]> git.proxmox.com Git - qemu.git/commit - target-i386/cc_helper.c
x86: split off condition code helpers
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 29 Apr 2012 12:21:21 +0000 (12:21 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 28 Jun 2012 20:28:08 +0000 (20:28 +0000)
commit5918fffb1d5060bf8a480c5201a17f09baa26514
tree46cf99fbf3cc888115fa29699cde2e2b2fb1d45e
parent997ff0d9a964b2268c2041ccf1db786140aec257
x86: split off condition code helpers

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 <blauwirbel@gmail.com>
target-i386/Makefile.objs
target-i386/cc_helper.c [new file with mode: 0644]
target-i386/cpu.h
target-i386/op_helper.c