Re: [Qemu-devel] [PATCH 15/20] target/arm: Split contiguous loads for endianness

2018-08-10 Thread Philippe Mathieu-Daudé
On 08/09/2018 01:22 AM, Richard Henderson wrote: > We can choose the endianness at translation time, rather than > re-computing it at execution time. > > Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé > --- > target/arm/helper-sve.h| 117 +++--- > tar

[Qemu-devel] [PATCH 15/20] target/arm: Split contiguous loads for endianness

2018-08-08 Thread Richard Henderson
We can choose the endianness at translation time, rather than re-computing it at execution time. Signed-off-by: Richard Henderson --- target/arm/helper-sve.h| 117 +++--- target/arm/sve_helper.c| 70 ++--- target/arm/translate-sve.c | 196