Re: [Qemu-devel] [PATCH 21/52] target-m68k: Reorg flags handling

2016-05-06 Thread Richard Henderson
On 05/04/2016 10:12 AM, Laurent Vivier wrote: From: Richard Henderson Separate all ccr bits. Continue to batch updates via cc_op. Signed-off-by: Richard Henderson Fix gen_logic_cc() to really extend the size of the result. Fix gen_get_ccr(): update cc_op as it is used by the helper. Signed

[Qemu-devel] [PATCH 21/52] target-m68k: Reorg flags handling

2016-05-04 Thread Laurent Vivier
From: Richard Henderson Separate all ccr bits. Continue to batch updates via cc_op. Signed-off-by: Richard Henderson Fix gen_logic_cc() to really extend the size of the result. Fix gen_get_ccr(): update cc_op as it is used by the helper. Signed-off-by: Laurent Vivier --- target-m68k/cpu.c