Re: [Qemu-devel] [PATCH v2 16/27] target/sh4: Load/store Dr as 64-bit quantities

2017-07-07 Thread Aurelien Jarno
On 2017-07-06 16:21, Richard Henderson wrote: > This enforces proper alignment and makes the register update > more natural. Note that there is a more serious bug fix for > fmov {DX}Rn,@(R0,Rn) to use a store instead of a load. > > Signed-off-by: Richard Henderson > --- > target/sh4/translate.c

[Qemu-devel] [PATCH v2 16/27] target/sh4: Load/store Dr as 64-bit quantities

2017-07-06 Thread Richard Henderson
This enforces proper alignment and makes the register update more natural. Note that there is a more serious bug fix for fmov {DX}Rn,@(R0,Rn) to use a store instead of a load. Signed-off-by: Richard Henderson --- target/sh4/translate.c | 74 -- 1