]> git.proxmox.com Git - mirror_qemu.git/commit
target/s390x: Use TCG_COND_TSTNE for CC_OP_{TM,ICM}
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 6 Nov 2023 22:07:14 +0000 (14:07 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 3 Feb 2024 23:43:50 +0000 (23:43 +0000)
commit7da3601e624e31a1bd7f94d1557a6e61af883ec8
tree5b45b544df2d6fae75cd7d4600ffb833b0309402
parent50280618d9ae434564a2e321cfb5b248309bed70
target/s390x: Use TCG_COND_TSTNE for CC_OP_{TM,ICM}

These are all test-and-compare type instructions.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/s390x/tcg/translate.c