Re: [Qemu-devel] [v2 09/13] Add Power7 VSX Logical Instructions

2013-10-21 Thread Paolo Bonzini
Il 11/10/2013 14:04, Tom Musta ha scritto: > 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 > --- > target-ppc/translate.c | 29 +++

[Qemu-devel] [v2 09/13] Add Power7 VSX Logical Instructions

2013-10-11 Thread Tom Musta
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 --- target-ppc/translate.c | 29 + 1 files changed, 29 insertions(+), 0 d