commit | fa65f13555e121566c9105f252c72a3b63f1ecea | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Dec 29 20:52:12 2024 -0800 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Jan 16 20:57:17 2025 -0800 |
tree | 6e6fe34c6cd8850170cd13f9a1e89a7c2ea428f5 | |
parent | 841e2c5257102c738e8578eb0ce38d3de830ea4c [diff] |
tcg/riscv: Use SRAIW, SRLIW for {s}extract_i64 Extracts which abut bit 32 may use 32-bit shifts. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>