OSDN Git Service

target-ppc: Add VSX ISA2.06 Multiply Add Instructions
authorTom Musta <tommusta@gmail.com>
Thu, 2 Jan 2014 22:21:29 +0000 (16:21 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:30 +0000 (03:06 +0100)
commit595c6eefb79a77a650dd7a49e812920ed53b0e9c
treec28127f9a3d397062f04958faa3db8e74e64b40f
parent5cb151acb18ab247f1e7c703e242b430551e3129
target-ppc: Add VSX ISA2.06 Multiply Add Instructions

This patch adds the VSX floating point multiply/add instructions
defined by V2.06 of the PowerPC ISA:

  - xsmaddadp,  xvmaddadp,  xvmaddasp
  - xsmaddmdp,  xvmaddmdp,  xvmaddmsp
  - xsmsubadp,  xvmsubadp,  xvmsubasp
  - xsmsubmdp,  xvmsubmdp,  xvmsubmsp
  - xsnmaddadp, xvnmaddadp, xvnmaddasp
  - xsnmaddmdp, xvnmaddmdp, xvnmaddmsp
  - xsnmsubadp, xvnmsubadp, xvnmsubasp
  - xsnmsubmdp, xvnmsubmdp, xvnmsubmsp

Signed-off-by: Tom Musta <tommusta@gmail.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/fpu_helper.c
target-ppc/helper.h
target-ppc/translate.c