]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Avoid tcg_const_* in translate-mve.c
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 21:32:36 +0000 (11:32 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Mar 2023 14:03:39 +0000 (07:03 -0700)
commit063e6e4527fb826e81a1732eed3716a4251e263e
treec611f99887bffbae2ab6720a374e9615c0372b29
parentd6840b98787dc2a5ac2dbf687a944da2f832b02d
target/arm: Avoid tcg_const_* in translate-mve.c

All uses are in the context of an accumulator conditionally
having a zero input.  Split the rda variable to rda_{i,o},
and set rda_i to tcg_constant_foo(0) when required.

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