Re: [Qemu-devel] [PATCH 02/14] target/sh4: get rid of DELAY_SLOT_CLEARME

2017-05-02 Thread Philippe Mathieu-Daudé
On 05/01/2017 07:10 PM, Aurelien Jarno wrote: Now that ctx->flags has been split, it becomes clear that DELAY_SLOT_CLEARME has not impact on the code generation: in both case ctx->envflags is cleared, either by clearing all the flags, or by setting it to 0. This is left-over from pre-TCG era. Si

[Qemu-devel] [PATCH 02/14] target/sh4: get rid of DELAY_SLOT_CLEARME

2017-05-01 Thread Aurelien Jarno
Now that ctx->flags has been split, it becomes clear that DELAY_SLOT_CLEARME has not impact on the code generation: in both case ctx->envflags is cleared, either by clearing all the flags, or by setting it to 0. This is left-over from pre-TCG era. Signed-off-by: Aurelien Jarno --- target/sh4/cpu