]> git.proxmox.com Git - mirror_qemu.git/commit
Add Power7 VSX Logical Instructions
authorTom Musta <tommusta@gmail.com>
Fri, 1 Nov 2013 13:21:19 +0000 (08:21 -0500)
committerAlexander Graf <agraf@suse.de>
Fri, 20 Dec 2013 00:58:06 +0000 (01:58 +0100)
commit79ca8a6a76517edb4f54793c638259b9e6dfce66
tree16f0858f78f0ad55dfef34c24f6a41af1ef38547
parentbe574920b1285c0505ad116795d3a646422a1b8e
Add Power7 VSX Logical Instructions

This patch adds the VSX logical instructions that are defined
by the Version 2.06 Power ISA (aka Power7):

   - xxland
   - xxlandc
   - xxlor
   - xxlxor
   - xxlnor

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/translate.c