mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
tcg: Convert ctz to TCGOutOpBinary
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
5a5bb0a5a0
commit
e3fcde59c9
25 changed files with 193 additions and 149 deletions
|
@ -1734,6 +1734,10 @@ static const TCGOutOpBinary outop_clz = {
|
|||
.out_rri = tgen_clzi,
|
||||
};
|
||||
|
||||
static const TCGOutOpBinary outop_ctz = {
|
||||
.base.static_constraint = C_NotImplemented,
|
||||
};
|
||||
|
||||
static void tgen_divs(TCGContext *s, TCGType type,
|
||||
TCGReg a0, TCGReg a1, TCGReg a2)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue