Re: [Qemu-devel] [PATCH 1/2] target-ppc : Allow fc[tf]id[*] mnemonics for non TARGET_PPC64

2014-09-12 Thread Alexander Graf
On 12.09.14 16:40, Tom Musta wrote: > On 9/12/2014 9:28 AM, Tom Musta wrote: >> On 9/11/2014 2:17 PM, Pierre Mallard wrote: >>> This patch remove limitation for fc[tf]id[*] on 32 bits targets and >>> add a new insn flag for signed integer 64 conversion PPC2_FP_CVT_S64 >>> --- >>> target-ppc/cpu.

Re: [Qemu-devel] [PATCH 1/2] target-ppc : Allow fc[tf]id[*] mnemonics for non TARGET_PPC64

2014-09-12 Thread Tom Musta
On 9/12/2014 9:28 AM, Tom Musta wrote: > On 9/11/2014 2:17 PM, Pierre Mallard wrote: >> This patch remove limitation for fc[tf]id[*] on 32 bits targets and >> add a new insn flag for signed integer 64 conversion PPC2_FP_CVT_S64 >> --- >> target-ppc/cpu.h|5 - >> target-ppc/fpu_

Re: [Qemu-devel] [PATCH 1/2] target-ppc : Allow fc[tf]id[*] mnemonics for non TARGET_PPC64

2014-09-12 Thread Tom Musta
On 9/11/2014 2:17 PM, Pierre Mallard wrote: > This patch remove limitation for fc[tf]id[*] on 32 bits targets and > add a new insn flag for signed integer 64 conversion PPC2_FP_CVT_S64 > --- > target-ppc/cpu.h|5 - > target-ppc/fpu_helper.c |6 -- > target-ppc/helpe

[Qemu-devel] [PATCH 1/2] target-ppc : Allow fc[tf]id[*] mnemonics for non TARGET_PPC64

2014-09-11 Thread Pierre Mallard
This patch remove limitation for fc[tf]id[*] on 32 bits targets and add a new insn flag for signed integer 64 conversion PPC2_FP_CVT_S64 --- target-ppc/cpu.h|5 - target-ppc/fpu_helper.c |6 -- target-ppc/helper.h |4 +--- target-ppc/translate.c |