]> Git Repo - qemu.git/commit
target/arm: Simplify UMAAL
authorRichard Henderson <[email protected]>
Wed, 4 Sep 2019 19:29:57 +0000 (12:29 -0700)
committerPeter Maydell <[email protected]>
Thu, 5 Sep 2019 12:23:03 +0000 (13:23 +0100)
commit2409d56454f0d028619fb1002eda86bf240906dd
tree6fec552c69532ff129e61f38f4a09d8dc4b55e83
parentbd92fe353bda4412ffc46c0f7415207a684b45f2
target/arm: Simplify UMAAL

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

Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-id: 20190904193059[email protected]
Signed-off-by: Peter Maydell <[email protected]>
target/arm/translate.c
This page took 0.02545 seconds and 4 git commands to generate.