commit | a2c4fb8cae92a2f54d77d6cc5c0404459e9dbabc | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Feb 25 12:05:00 2023 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Mar 13 07:03:39 2023 -0700 |
tree | e38b62ca6fd5b72691439a4476655fc62b5c2e02 | |
parent | 063e6e4527fb826e81a1732eed3716a4251e263e [diff] |
target/arm: Avoid tcg_const_ptr in disas_simd_zip_trn It is easy enough to use mov instead of or-with-zero and relying on the optimizer to fold away the or. Use an array for the output, rather than separate tcg_res{l,h} variables. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>