]> git.proxmox.com Git - qemu.git/commit
tcg/aarch64: improve arith shifted regs operations
authorClaudio Fontana <claudio.fontana@huawei.com>
Wed, 12 Jun 2013 15:20:22 +0000 (16:20 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 12 Jun 2013 15:20:22 +0000 (16:20 +0100)
commit36fac14a6416fe1f8f6f23bfac5f9e662be78d2b
tree313d1613015bed3da31f2f1d02223ea10db6fb32
parent4a136e0a6b4ceac177bc2ab29502161553e25ae2
tcg/aarch64: improve arith shifted regs operations

for arith operations, add SUBS, ANDS, ADDS and add a shift parameter
so that all arith instructions can make use of shifted registers.

Signed-off-by: Claudio Fontana <claudio.fontana@huawei.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Message-id: 51AC998B.7070506@huawei.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tcg/aarch64/tcg-target.c