diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2019-09-04 12:30:01 -0700 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2019-09-05 13:23:03 +0100 |
commit | 485b607d4f393e0de92c922806a68aef22340c98 (patch) | |
tree | 13802fae5b51cbd91163a0cde32e8fb346e59a41 /util | |
parent | ea96b374641bc429269096d88d4e91ee544273e9 (diff) | |
download | qemu-485b607d4f393e0de92c922806a68aef22340c98.zip |
target/arm: Simplify op_smlawx for SMLAW*
By shifting the 16-bit input left by 16, we can align the desired
portion of the 48-bit product and use tcg_gen_muls2_i32.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190904193059.26202-12-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'util')
0 files changed, 0 insertions, 0 deletions