]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Improve trans_BFCI
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 21:19:48 +0000 (11:19 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Mar 2023 14:03:34 +0000 (07:03 -0700)
commit3351889caa8ff6d9bba2042597d79b191d01d151
treec8e1449ece3b73fc7308a99df5bafec67c7db64c
parent8d1b02a6a18552e16df0d991e3a4cc0054c6b8f8
target/arm: Improve trans_BFCI

Reorg temporary usage so that we can use tcg_constant_i32.
tcg_gen_deposit_i32 already has a width == 32 special case,
so remove the check here.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/tcg/translate.c