Re: [Qemu-devel] [V4 PATCH 19/22] target-ppc: Add ISA 2.06 ftdiv Instruction

2014-01-08 Thread Richard Henderson
On 01/07/2014 08:06 AM, Tom Musta wrote: > This patch adds the Floating Point Test for Divide instruction which > was introduced in Power ISA 2.06B. > > Signed-off-by: Tom Musta > --- > V4: Using the newly added PPC2_FP_TST_ISA206 flag. Modified helper > signature per Richard Henderson's review.

[Qemu-devel] [V4 PATCH 19/22] target-ppc: Add ISA 2.06 ftdiv Instruction

2014-01-07 Thread Tom Musta
This patch adds the Floating Point Test for Divide instruction which was introduced in Power ISA 2.06B. Signed-off-by: Tom Musta --- V4: Using the newly added PPC2_FP_TST_ISA206 flag. Modified helper signature per Richard Henderson's review. target-ppc/fpu_helper.c | 56 +