]> git.ipfire.org Git - thirdparty/qemu.git/commit - target/sparc/helper.h
target/sparc: Use tcg_gen_vec_{add,sub}*
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 10 Oct 2023 17:48:56 +0000 (10:48 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Oct 2023 08:01:13 +0000 (01:01 -0700)
commitfafba1bb0b1c37e668c0ac89477dfb84a5fb8ae4
treedb48c5f60b22756743d7c301f49e021c705fd4b9
parentc6d83e4ff50bc816c5c7fb7df1f5c87bf2315fff
target/sparc: Use tcg_gen_vec_{add,sub}*

Replace the local helpers for the same integer operations.

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/helper.h
target/sparc/translate.c
target/sparc/vis_helper.c