]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Avoid tcg_const_ptr in handle_vec_simd_sqshrn
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 22:24:07 +0000 (12:24 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Mar 2023 14:03:39 +0000 (07:03 -0700)
commit1b7bc9b5c8bf374dd37e49cc258e4ab3447b7148
tree69d066e1508e200d12712d5252f3772d5601de79
parenta2c4fb8cae92a2f54d77d6cc5c0404459e9dbabc
target/arm: Avoid tcg_const_ptr in handle_vec_simd_sqshrn

It is easy enough to use mov instead of or-with-zero
and relying on the optimizer to fold away the or.

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