| commit | 94d593941b68828a42df6d7af20fc4bb0e720df5 | [log] [tgz] |
|---|---|---|
| author | Richard Henderson <richard.henderson@linaro.org> | Wed Dec 25 21:44:35 2024 -0800 |
| committer | Richard Henderson <richard.henderson@linaro.org> | Thu Jan 16 20:57:17 2025 -0800 |
| tree | 8ab094a4ee5081090656785d1dcd2a7ae6119143 | |
| parent | 791d03047bb814cc5f938f2b1f59115ef7f63344 [diff] |
tcg/ppc: 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>