commit | 802ef65b5f8dccbcabb7960bee9993ec65f95ab6 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Dec 25 20:22:45 2024 -0800 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Jan 16 20:57:17 2025 -0800 |
tree | 29c9b3f27687acb9e04f8fdab8260a6f61b2f133 | |
parent | 936fc0a96ed02e0d996ea58b05daf983b1cb3041 [diff] |
tcg/arm: Add full [US]XT[BH] into {s}extract The armv6 uxt and sxt opcodes have a 2-bit rotate field which supports extractions from ofs = {0,8,16,24}. Special case ofs = 0, len <= 8 as AND. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>