target/arm: Use tcg_gen_deposit_i32 for PKHBT, PKHTB
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 8 Aug 2019 20:26:11 +0000 (13:26 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 16 Aug 2019 13:02:52 +0000 (14:02 +0100)
commitd1f8755fc93911f5b27246b1da794542d222fa1b
tree8682ed2368d9b88e6c5ba73402032c7eef39b687
parent191f4bfe8d6cf0c7d5cd7f84cd7076e32e3745dd
target/arm: Use tcg_gen_deposit_i32 for PKHBT, PKHTB

Use deposit as the composit operation to merge the
bits from the two inputs.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190808202616.13782-3-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate.c