diff options
| author | Richard Henderson | 2019-09-04 21:29:57 +0200 |
|---|---|---|
| committer | Peter Maydell | 2019-09-05 14:23:03 +0200 |
| commit | 2409d56454f0d028619fb1002eda86bf240906dd (patch) | |
| tree | 6fec552c69532ff129e61f38f4a09d8dc4b55e83 /python/qemu | |
| parent | target/arm: Convert multiply and multiply accumulate (diff) | |
| download | qemu-2409d56454f0d028619fb1002eda86bf240906dd.tar.gz qemu-2409d56454f0d028619fb1002eda86bf240906dd.tar.xz qemu-2409d56454f0d028619fb1002eda86bf240906dd.zip | |
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 <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190904193059.26202-8-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'python/qemu')
0 files changed, 0 insertions, 0 deletions
