]> git.proxmox.com Git - mirror_qemu.git/commit
target-arm: A64: Add SIMD three-different multiply accumulate insns
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 31 Jan 2014 14:47:36 +0000 (14:47 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 31 Jan 2014 14:47:36 +0000 (14:47 +0000)
commita08582f41e94b5a7ee3e53ad1e719d24431aa675
treec60c983a73a7180203bb78123183d7bd08ba7069
parent901ad5259fab785537f8c6b3713fce85d2ebceb1
target-arm: A64: Add SIMD three-different multiply accumulate insns

Add support for the multiply-accumulate instructions from the
SIMD three-different instructions group (C3.6.15):
 * skeleton decode of unallocated encodings and split of
   the group into its three sub-parts
 * framework for handling the 64x64->128 widening subpart
 * implementation of the multiply-accumulate instructions
   SMLAL, SMLAL2, UMLAL, UMLAL2, SMLSL, SMLSL2, UMLSL, UMLSL2,
   UMULL, UMULL2, SMULL, SMULL2

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