Re: [Qemu-devel] [V4 PATCH 20/22] target-ppc: Add ISA 2.06 ftsqrt

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

[Qemu-devel] [V4 PATCH 20/22] target-ppc: Add ISA 2.06 ftsqrt

2014-01-07 Thread Tom Musta
This patch adds the Floating Point Test for Square Root instruction which was introduced in Power ISA 2.06. 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 | 31 +