index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
/
cc_helper.c
Age
Commit message (
Expand
)
Author
2016-02-13
target-i386: Perform set/reset_inhibit_irq inline
Richard Henderson
2016-01-29
x86: Clean up includes
Peter Maydell
2015-09-15
target-i386: exception handling for other helper functions
Pavel Dovgalyuk
2014-05-28
tcg: Invert the inclusion of helper.h
Richard Henderson
2014-02-28
target-i386: Fix CC_OP_CLR vs PF
Richard Henderson
2013-06-15
target-i386/helper: remove DF macro
liguang
2013-02-19
target-i386: Add CC_OP_CLR
Richard Henderson
2013-02-19
target-i386: Implement ADX extension
Richard Henderson
2013-02-18
target-i386: Implement BLSR, BLSMSK, BLSI
Richard Henderson
2013-02-18
target-i386: Use CC_SRC2 for ADC and SBB
Richard Henderson
2013-02-18
target-i386: Make helper_cc_compute_{all,c} const
Richard Henderson
2013-02-18
target-i386: Don't reference ENV through most of cc helpers
Richard Henderson
2012-10-01
x86: Implement SMEP and SMAP
H. Peter Anvin
2012-08-14
x86: avoid AREG0 for condition code helpers
Blue Swirl
2012-06-28
x86: split off condition code helpers
Blue Swirl