]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for ASI_M_BFILL
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 3 Nov 2023 17:38:21 +0000 (10:38 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 3 Feb 2024 06:46:10 +0000 (16:46 +1000)
commit54c3e9534f81a733806ac823185918dfe88687a5
treea3bfa998a688cdeae7f66e5aec13061e261ebcf8
parent98271007379bae8ca4300ae5d8cdc37ec662ee73
target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for ASI_M_BFILL

Align the operation to the 32-byte cacheline.
Use 2 i128 instead of 4 i64.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-Id: <20231103173841.33651-3-richard.henderson@linaro.org>
target/sparc/translate.c