aboutsummaryrefslogtreecommitdiff
path: root/target-i386/cc_helper.c
AgeCommit message (Collapse)Author
2012-06-28x86: split off condition code helpersBlue 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 <blauwirbel@gmail.com>