OSDN Git Service

target/arm: Use tcg_gen_extract_i32 for shifter_out_im
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 8 Aug 2019 20:26:10 +0000 (13:26 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 16 Aug 2019 13:02:51 +0000 (14:02 +0100)
commit191f4bfe8d6cf0c7d5cd7f84cd7076e32e3745dd
tree3a99e12f461b30045e9765dd9618fb98013462b1
parent30e3537fa5948e6346d23422b8397dee086a434e
target/arm: Use tcg_gen_extract_i32 for shifter_out_im

Extract is a compact combination of shift + and.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190808202616.13782-2-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