]> git.proxmox.com Git - mirror_qemu.git/commit
target/sparc: Move asi integer load/store to decodetree
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Oct 2023 06:19:55 +0000 (23:19 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Oct 2023 08:01:13 +0000 (01:01 -0700)
commit42071fc16d0a26f710897e2be1e6962c7c883a8b
treeaff3322a945f4ecaea45e8b8c70e49a2a3c3909c
parent0880d20b2e3dffad6dfd95a8597ca0da86295bea
target/sparc: Move asi integer load/store to decodetree

Move LDDA, LDSBA, LDSHA, LDSWA, LDUBA, LDUHA, LDUWA, LDXA,
STBA, STDA, STHA, STWA, STXA.

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