commit | 063e6e4527fb826e81a1732eed3716a4251e263e | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Feb 25 11:32:36 2023 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Mar 13 07:03:39 2023 -0700 |
tree | c611f99887bffbae2ab6720a374e9615c0372b29 | |
parent | d6840b98787dc2a5ac2dbf687a944da2f832b02d [diff] |
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>