Re: [Qemu-devel] [PATCH 16/20] target/arm: Split contiguous stores for endianness
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| 48 + > t
[Qemu-devel] [PATCH 16/20] target/arm: Split contiguous stores for endianness
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| 48 + target/arm/sve_helper.c| 11 -- target/arm/translate-sve.c | 72 +--