aboutsummaryrefslogtreecommitdiff
path: root/target-i386/mem_helper.c
AgeCommit message (Expand)Author
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber
2013-06-15target-i386/helper: remove EDX macroliguang
2013-06-15target-i386/helper: remove ECX macroliguang
2013-06-15target-i386/helper: remove EBX macroliguang
2013-06-15target-i386/helper: remove EAX macroliguang
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-16exec: refactor cpu_restore_stateBlue Swirl
2012-08-14x86: switch to AREG0 free modeBlue Swirl
2012-08-14x86: use wrappers for memory access helpersBlue Swirl
2012-08-14x86: avoid AREG0 for condition code helpersBlue Swirl
2012-08-14x86: avoid AREG0 for FPU helpersBlue Swirl
2012-06-28x86: split off memory access helpersBlue Swirl