]> git.proxmox.com Git - mirror_qemu.git/commit
target-m68k: Reorg flags handling
authorRichard Henderson <rth@twiddle.net>
Fri, 14 Aug 2015 14:59:20 +0000 (07:59 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 25 Oct 2016 18:54:47 +0000 (20:54 +0200)
commit620c6cf66584bfbee90db84a7e87a6eabf230ca9
tree681936c50972ff25b385e52507b374dfd0240646
parent18dd87f26bed46f22bb1b9536329c02de500f407
target-m68k: Reorg flags handling

Separate all ccr bits.  Continue to batch updates via cc_op.

Signed-off-by: Richard Henderson <rth@twiddle.net>
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.
Factorize flags computing and src/ccr cleanup

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
target-m68k: sr/ccr cleanup

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
target-m68k/cpu.c
target-m68k/cpu.h
target-m68k/helper.c
target-m68k/helper.h
target-m68k/op_helper.c
target-m68k/qregs.def
target-m68k/translate.c