]> git.proxmox.com Git - qemu.git/commit - target-i386/shift_helper_template.h
x86: split condition code and shift templates
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 12 May 2012 20:39:26 +0000 (20:39 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 28 Jun 2012 20:28:08 +0000 (20:28 +0000)
commit38de4c46f2560c08a113c65bd6186ac31f1869dd
tree39b71670bacc0cfdc877a5d6d7a54c999207f2f2
parenta04759f6ae5a4fd496917dabbdff0d552bda730a
x86: split condition code and shift templates

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 <blauwirbel@gmail.com>
target-i386/cc_helper_template.h [new file with mode: 0644]
target-i386/helper_template.h [deleted file]
target-i386/op_helper.c
target-i386/shift_helper_template.h [new file with mode: 0644]