]> git.proxmox.com Git - qemu.git/commit
target-arm: Fix loading of scalar value for Neon multiply-by-scalar
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 19 Jan 2011 19:29:53 +0000 (19:29 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 26 Jan 2011 13:30:24 +0000 (14:30 +0100)
commit0fad6efce5d3f18278b7239dece3c251b3e7c04d
treeb6360af2081ccf0ac34999dc6e99d48f2c10394e
parentc6067f04c5bb40547f79b5c02b1cdef043b39c5f
target-arm: Fix loading of scalar value for Neon multiply-by-scalar

Fix the register and part of register we get the scalar from in
the various "multiply vector by scalar" ops (VMUL by scalar
and friends).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/translate.c