Re: [Qemu-devel] [PATCH 4/9] target/arm: Use pointers in neon tbl helper

2018-01-11 Thread Peter Maydell
On 18 December 2017 at 17:30, Richard Henderson wrote: > Rather than passing a regno to the helper, pass pointers to the > vector register directly. This eliminates the need to pass in > the environment pointer and reduces the number of places that > directly access env->vfp.regs[]. > > Signed-of

[Qemu-devel] [PATCH 4/9] target/arm: Use pointers in neon tbl helper

2017-12-18 Thread Richard Henderson
Rather than passing a regno to the helper, pass pointers to the vector register directly. This eliminates the need to pass in the environment pointer and reduces the number of places that directly access env->vfp.regs[]. Signed-off-by: Richard Henderson --- target/arm/helper.h| 2 +- targe