]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Introduce negsetcond opcodes
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 4 Aug 2023 23:24:04 +0000 (23:24 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 24 Aug 2023 18:22:42 +0000 (11:22 -0700)
commit3635502dd00bcfee3a6ab790d950c2fc4ace607b
treed3a3f2e187d586a23b33af696d3c24dd11a8a114
parent13d885b0ad4ada4d216b0341de5ae4a9ce3f5abb
tcg: Introduce negsetcond opcodes

Introduce a new opcode for negative setcond.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
18 files changed:
docs/devel/tcg-ops.rst
include/tcg/tcg-op-common.h
include/tcg/tcg-op.h
include/tcg/tcg-opc.h
include/tcg/tcg.h
tcg/aarch64/tcg-target.h
tcg/arm/tcg-target.h
tcg/i386/tcg-target.h
tcg/loongarch64/tcg-target.h
tcg/mips/tcg-target.h
tcg/optimize.c
tcg/ppc/tcg-target.h
tcg/riscv/tcg-target.h
tcg/s390x/tcg-target.h
tcg/sparc64/tcg-target.h
tcg/tcg-op.c
tcg/tcg.c
tcg/tci/tcg-target.h