commit | 841e2c5257102c738e8578eb0ce38d3de830ea4c | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Dec 26 00:17:20 2024 -0800 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Jan 16 20:57:17 2025 -0800 |
tree | e62cdc6c4a0e75802fdc7726f276e14221959e7b | |
parent | 94d593941b68828a42df6d7af20fc4bb0e720df5 [diff] |
tcg/riscv64: Fold the ext{8,16,32}[us] cases into {s}extract Accept byte and word extensions with the extract opcodes. This is preparatory to removing the specialized extracts. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>