target/arm: Simplify op_smlaxxx for SMLAL*
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Sep 2019 19:30:00 +0000 (12:30 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Sep 2019 12:23:03 +0000 (13:23 +0100)
commitea96b374641bc429269096d88d4e91ee544273e9
treecfdbde2f522137f781b62d5a81b6c6cae4b4bdfe
parent26c6923de7131fa1cf223ab67131d1992dc17001
target/arm: Simplify op_smlaxxx for SMLAL*

Since all of the inputs and outputs are i32, dispense with
the intermediate promotion to i64 and use tcg_gen_add2_i32.

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