target/sparc: Move basic arithmetic to decodetree
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 2 Oct 2023 04:49:43 +0000 (21:49 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Oct 2023 08:01:13 +0000 (01:01 -0700)
commit428881deba62aa8fd5ef9248deba79594f70615a
treecc5497651bc13c50fbdb41cdcd2be1cd75fff4e5
parent2da789ded5a89dff4a3485bc486b21278f8b61d3
target/sparc: Move basic arithmetic to decodetree

Move ADD, AND, OR, XOR, SUB, ANDN, ORN, XORN.

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/insns.decode
target/sparc/translate.c