[Qemu-devel] [PATCH 12/25] x86: split off condition code helpers

2012-06-09 Thread Blue Swirl
Move condition code helpers to cc_helper.c. Move the shared inline functions lshift(), cpu_load_eflags() and cpu_cc_compute_all() to cpu.h. Signed-off-by: Blue Swirl --- target-i386/Makefile.objs |3 +- target-i386/cc_helper.c | 387 +++ target-i38

[Qemu-devel] [PATCH 12/25] x86: split off condition code helpers

2012-06-03 Thread Blue Swirl
Move condition code helpers to cc_helper.c. Move the shared inline functions lshift(), cpu_load_eflags() and cpu_cc_compute_all() to cpu.h. Signed-off-by: Blue Swirl --- Makefile.target |3 +- target-i386/cc_helper.c | 387 + target-i386/