Re: [Qemu-devel] [V3 PATCH 14/14] target-ppc: Add ISA2.06 lfiwzx Instruction

2013-12-24 Thread Richard Henderson
On 12/18/2013 12:49 PM, Tom Musta wrote: > This patch adds the Load Floating Point as Integer Word and > Zero Indexed (lfiwzx) instruction which was introduced in > Power ISA 2.06. > > Signed-off-by: Tom Musta > --- > target-ppc/translate.c | 15 +++ > 1 files changed, 15 insertion

[Qemu-devel] [V3 PATCH 14/14] target-ppc: Add ISA2.06 lfiwzx Instruction

2013-12-18 Thread Tom Musta
This patch adds the Load Floating Point as Integer Word and Zero Indexed (lfiwzx) instruction which was introduced in Power ISA 2.06. Signed-off-by: Tom Musta --- target-ppc/translate.c | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/target-ppc/translate.c