mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
tcg: Convert eqv to TCGOutOpBinary
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
46c68d7506
commit
18bc920916
27 changed files with 89 additions and 106 deletions
|
@ -1881,6 +1881,10 @@ static const TCGOutOpBinary outop_andc = {
|
|||
.out_rrr = tgen_andc,
|
||||
};
|
||||
|
||||
static const TCGOutOpBinary outop_eqv = {
|
||||
.base.static_constraint = C_NotImplemented,
|
||||
};
|
||||
|
||||
static void tgen_or(TCGContext *s, TCGType type,
|
||||
TCGReg a0, TCGReg a1, TCGReg a2)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue