]> git.ipfire.org Git - thirdparty/qemu.git/commit - target/sparc/translate.c
target/sparc: Split out fp ldst functions with asi precomputed
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Oct 2023 08:37:06 +0000 (01:37 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Oct 2023 08:01:13 +0000 (01:01 -0700)
commit3259b9e2fd4b3d92b61159aa65f5b515bf573c4f
treec4cc0ab3e1bef285c623ee542f63c6b555cdb218
parent5458fd3153b24609c8862c995f2aff86e70a67e4
target/sparc: Split out fp ldst functions with asi precomputed

Take the operation size from the MemOp instead of a
separate parameter.

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/translate.c