Re: [Qemu-devel] [PATCH 0/2] target/arm: SVE fixes

2018-07-06 Thread Peter Maydell
On 5 July 2018 at 20:19, Richard Henderson wrote: > RISU testing with ARM Fast Models and VQ=16 showed up two bugs, > both affecting the PTRUE instruction. > > > r~ > > > Richard Henderson (2): > tcg: Restrict check_size_impl to multiples of the line size > target/arm: Fix do_predset for large

[Qemu-devel] [PATCH 0/2] target/arm: SVE fixes

2018-07-05 Thread Richard Henderson
RISU testing with ARM Fast Models and VQ=16 showed up two bugs, both affecting the PTRUE instruction. r~ Richard Henderson (2): tcg: Restrict check_size_impl to multiples of the line size target/arm: Fix do_predset for large VL target/arm/translate-sve.c | 10 ++ tcg/tcg-op-gvec.c