]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/sparc: Move LDSTUB, LDSTUBA to decodetree
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Oct 2023 06:29:37 +0000 (23:29 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Oct 2023 08:01:13 +0000 (01:01 -0700)
commitcf07cd1e68b85b39d084714e50ad78b4053e5eef
treef8d31b7267d005a345c19509f420de09b5025472
parent42071fc16d0a26f710897e2be1e6962c7c883a8b
target/sparc: Move LDSTUB, LDSTUBA to decodetree

Remove gen_ldstub_asi.
Rename gen_ldstub_asi0 to gen_ldstub_asi.
Merge gen_ldstub into gen_ldstub_asi.

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