OSDN Git Service

target-ppc: Add VSX Floating Point to Floating Point Conversion Instructions
authorTom Musta <tommusta@gmail.com>
Thu, 2 Jan 2014 22:21:33 +0000 (16:21 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:31 +0000 (03:06 +0100)
commited8ac5686a8e1aba7ddc5d8ca3a56a7496a2a536
treed08449eba22eda14aa2be6fb36e2e0d62d5cbe01
parent354a6decf1508f15fb1b4b419efcd05d209bece4
target-ppc: Add VSX Floating Point to Floating Point Conversion Instructions

This patch adds the VSX instructions that convert between floating
point formats: xscvdpsp, xscvspdp, xvcvdpsp, xvcvspdp.

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