]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Convert rem to TCGOutOpBinary
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 8 Jan 2025 02:52:30 +0000 (18:52 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 28 Apr 2025 20:40:16 +0000 (13:40 -0700)
commit646f36fead167e924e83d23d0e1dc59c37b5cca5
treea012fdc537c27d33094cd1e9dd1131a812c44843
parent8109598b683ad2b6b02cd9c79dc15b7fc0b685aa
tcg: Convert rem to TCGOutOpBinary

For TCI, we're losing type information in the interpreter.
Introduce a tci-specific opcode to handle the difference.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
13 files changed:
tcg/aarch64/tcg-target.c.inc
tcg/arm/tcg-target.c.inc
tcg/i386/tcg-target.c.inc
tcg/loongarch64/tcg-target.c.inc
tcg/mips/tcg-target.c.inc
tcg/ppc/tcg-target.c.inc
tcg/riscv/tcg-target.c.inc
tcg/s390x/tcg-target.c.inc
tcg/sparc64/tcg-target.c.inc
tcg/tcg.c
tcg/tci.c
tcg/tci/tcg-target-opc.h.inc
tcg/tci/tcg-target.c.inc