[Qemu-devel] [PATCH 10/25] x86: split condition code and shift templates

2012-06-09 Thread Blue Swirl
Move shift templates from helper_template.h to shift_helper_template.h and the condition code helpers to cc_helper_template.h. Signed-off-by: Blue Swirl --- target-i386/cc_helper_template.h| 277 +++ target-i386/helper_template.h | 353

[Qemu-devel] [PATCH 10/25] x86: split condition code and shift templates

2012-06-03 Thread Blue Swirl
Move shift templates from helper_template.h to shift_helper_template.h and the condition code helpers to cc_helper_template.h. Signed-off-by: Blue Swirl --- .../{helper_template.h => cc_helper_template.h}| 78 +- target-i386/op_helper.c| 26 -