]> xenbits.xensource.com Git - qemu-xen.git/commit
Add VSX Vector Move Instructions
authorTom Musta <tommusta@gmail.com>
Fri, 1 Nov 2013 13:21:18 +0000 (08:21 -0500)
committerAlexander Graf <agraf@suse.de>
Fri, 20 Dec 2013 00:58:05 +0000 (01:58 +0100)
commitbe574920b1285c0505ad116795d3a646422a1b8e
tree127e895ef8801b05270e73cf477fb71c130e3400
parentdf020ce07045413ab3205916a3cde64bb150694c
Add VSX Vector Move Instructions

This patch adds the vector move instructions:

  - xvabsdp - Vector Absolute Value Double-Precision
  - xvnabsdp - Vector Negative Absolute Value Double-Precision
  - xvnegdp - Vector Negate Double-Precision
  - xvcpsgndp - Vector Copy Sign Double-Precision
  - xvabssp - Vector Absolute Value Single-Precision
  - xvnabssp - Vector Negative Absolute Value Single-Precision
  - xvnegsp - Vector Negate Single-Precision
  - xvcpsgnsp - Vector Copy Sign Single-Precision

V3: Per Paolo Bonzini's suggestion, used a temporary for the
sign mask and andc.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate.c