mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
tcg: Convert not to TCGOutOpUnary
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
6971358747
commit
592982bf04
25 changed files with 119 additions and 103 deletions
|
@ -695,12 +695,10 @@ uintptr_t QEMU_DISABLE_CFI tcg_qemu_tb_exec(CPUArchState *env,
|
|||
regs[r0] = bswap32(regs[r1]);
|
||||
break;
|
||||
#endif
|
||||
#if TCG_TARGET_HAS_not_i32 || TCG_TARGET_HAS_not_i64
|
||||
CASE_32_64(not)
|
||||
tci_args_rr(insn, &r0, &r1);
|
||||
regs[r0] = ~regs[r1];
|
||||
break;
|
||||
#endif
|
||||
#if TCG_TARGET_REG_BITS == 64
|
||||
/* Load/store operations (64 bit). */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue