Re: [Qemu-devel] [PATCH v2 19/32] arm/translate-a64: add FCVTxx to simd_two_reg_misc_fp16

2018-02-08 Thread Richard Henderson
On 02/08/2018 09:31 AM, Alex Bennée wrote: > This covers all the floating point convert operations. > > Signed-off-by: Alex Bennée > --- > target/arm/helper-a64.c| 32 + > target/arm/helper-a64.h| 2 ++ > target/arm/translate-a64.c | 85 >

[Qemu-devel] [PATCH v2 19/32] arm/translate-a64: add FCVTxx to simd_two_reg_misc_fp16

2018-02-08 Thread Alex Bennée
This covers all the floating point convert operations. Signed-off-by: Alex Bennée --- target/arm/helper-a64.c| 32 + target/arm/helper-a64.h| 2 ++ target/arm/translate-a64.c | 85 +- 3 files changed,