OSDN Git Service

target-ppc: Add VSX ISA2.06 xdiv Instructions
authorTom Musta <tommusta@gmail.com>
Thu, 2 Jan 2014 22:21:23 +0000 (16:21 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:28 +0000 (03:06 +0100)
commit4b98eeef50c1bb619dc32bddc9d54ed03c365c5f
treeba06a2e795e799b1f3ec019d795b1c936f5ae952
parent5e591d8812df5efa38518b6bf933d02c61fa1c10
target-ppc: Add VSX ISA2.06 xdiv Instructions

This patch adds the VSX floating point divide instructions defined
by V2.06 of the PowerPC ISA: xsdivdp, xvdivdp, xvdivsp.

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