summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorRichard Henderson2019-09-04 21:29:57 +0200
committerPeter Maydell2019-09-05 14:23:03 +0200
commit2409d56454f0d028619fb1002eda86bf240906dd (patch)
tree6fec552c69532ff129e61f38f4a09d8dc4b55e83 /python
parenttarget/arm: Convert multiply and multiply accumulate (diff)
downloadqemu-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')
0 files changed, 0 insertions, 0 deletions