commit | 4b98eeef50c1bb619dc32bddc9d54ed03c365c5f | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Thu Jan 02 16:21:23 2014 -0600 |
committer | Alexander Graf <agraf@suse.de> | Wed Mar 05 03:06:28 2014 +0100 |
tree | ba06a2e795e799b1f3ec019d795b1c936f5ae952 | |
parent | 5e591d8812df5efa38518b6bf933d02c61fa1c10 [diff] |
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>