Re: [Qemu-devel] [PATCH 08/12] target/arm: Stop using cpu_F0s for Neon f32/s32 VCVT

2019-06-13 Thread Richard Henderson
On 6/13/19 9:39 AM, Peter Maydell wrote: > Stop using cpu_F0s for the Neon f32/s32 VCVT operations. > Since this is the last user of cpu_F0s in the Neon 2rm-op > loop, we can remove the handling code for it too. > > Signed-off-by: Peter Maydell > --- > target/arm/translate.c | 82 ---

[Qemu-devel] [PATCH 08/12] target/arm: Stop using cpu_F0s for Neon f32/s32 VCVT

2019-06-13 Thread Peter Maydell
Stop using cpu_F0s for the Neon f32/s32 VCVT operations. Since this is the last user of cpu_F0s in the Neon 2rm-op loop, we can remove the handling code for it too. Signed-off-by: Peter Maydell --- target/arm/translate.c | 82 -- 1 file changed, 22 inserti