]> git.proxmox.com Git - mirror_qemu.git/commit
target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADD
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 15 Oct 2023 04:03:26 +0000 (21:03 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Nov 2023 20:02:59 +0000 (12:02 -0800)
commitb989ce736e8b6bd8706bb3c93812b3fc12e97277
tree52ff93f58ff0672c1249c957e5070a19771b5277
parent1326010322d6690a953722d8aee6465826ce7175
target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADD

These are all related and implementable with common code.

Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/sparc/cc_helper.c
target/sparc/cpu.h
target/sparc/translate.c