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

This patch adds the VSX floating point multiply instructions defined
by V2.06 of the PowerPC ISA: xsmuldp, xvmuldp, xvmulsp.

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