]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Convert USAD8, USADA8, SBFX, UBFX, BFC, BFI, UDF
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Sep 2019 19:30:13 +0000 (12:30 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Sep 2019 12:23:03 +0000 (13:23 +0100)
commit86d21e4b509a2835ed79f234f476a4c5191d435b
tree0d499ab84dab3aec84211e5aaf702a72170c3711
parentaf2882289951e58363d714afd16f80050685fa29
target/arm: Convert USAD8, USADA8, SBFX, UBFX, BFC, BFI, UDF

In op_bfx, note that tcg_gen_{,s}extract_i32 already checks
for width == 32, so we don't need to special case that here.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190904193059.26202-24-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/a32.decode
target/arm/t32.decode
target/arm/translate.c