commit | 102f062e6e02c8db58d09262ee07d266b57e1078 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Sep 11 19:41:03 2024 -0700 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Sep 19 12:58:57 2024 +0100 |
tree | ec8a5796ec9ed1ff46616a78a6c592bff846f16c | |
parent | 583d69a746c9a7cc78b5d82ef6ed1e326e2471db [diff] |
target/arm: Use {, s}extract in handle_vec_simd_wshli Combine the right shift with the extension via the tcg extract operations. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20240912024114.1097832-19-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>