]> git.proxmox.com Git - mirror_qemu.git/commit
target-arm: A64: Add simple SIMD 3-same floating point ops
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 31 Jan 2014 14:47:37 +0000 (14:47 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 31 Jan 2014 14:47:37 +0000 (14:47 +0000)
commit845ea09acc4b5ab8335530aaaf94531c368ba934
tree8eb839b016d52b72f37d342078dca1d2495120d1
parent1f8a73af12ddfb9cf9a90261338b466b7dbf7ab9
target-arm: A64: Add simple SIMD 3-same floating point ops

Implement a simple subset of the SIMD 3-same floating point
operations. This includes a common helper function used for both
scalar and vector ops; FABD is the only currently implemented
shared op.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
target-arm/translate-a64.c