]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/sparc: Move simple integer load/store to decodetree
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Oct 2023 02:50:47 +0000 (19:50 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Oct 2023 08:01:13 +0000 (01:01 -0700)
commit0880d20b2e3dffad6dfd95a8597ca0da86295bea
treed2cd0f90b64e2279901f05f013c2c44c8ad6c0ae
parentebbbec921645d91dcb99bb59d817ede0bcbb4e45
target/sparc: Move simple integer load/store to decodetree

Move LDUW, LDUB, LDUH, LDD, LDSW, LDSB, LDSH, LDX,
STW, STB, STH, STD, STX.

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