target-arm: Implement VFPv4 fused multiply-accumulate insns
commitda97f52cb35ccf72a4a3d745926ee5e3c263ed07
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 19 Oct 2011 16:14:07 +0000 (19 16:14 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 19 Oct 2011 16:14:07 +0000 (19 16:14 +0000)
tree4a83c955b33a27bc620502e3470e7fbf8ebe44dc
parent369be8f618ac145d2421ea4bfff86ee774ad618c
target-arm: Implement VFPv4 fused multiply-accumulate insns

Implement the fused multiply-accumulate instructions (VFMA, VFMS,
VFNMA, VFNMS) which are new in VFPv4.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu.h
target-arm/helper.c
target-arm/helper.h
target-arm/translate.c