aboutsummaryrefslogtreecommitdiff
path: root/target-i386/op_helper.c
AgeCommit message (Expand)Author
2012-06-28x86: rename op_helper.c to seg_helper.cBlue Swirl
2012-06-28x86: split off memory access helpersBlue Swirl
2012-06-28x86: split off misc helpersBlue Swirl
2012-06-28x86: split off SMM helpersBlue Swirl
2012-06-28x86: split off SVM helpersBlue Swirl
2012-06-28x86: split off integer helpersBlue Swirl
2012-06-28x86: split off condition code helpersBlue Swirl
2012-06-28x86: prepare eflags helpers for general useBlue Swirl
2012-06-28x86: split condition code and shift templatesBlue Swirl
2012-06-28x86: split off FPU helpersBlue Swirl
2012-06-28x86: split off exception handlersBlue Swirl
2012-06-28x86: avoid AREG0 for exceptionsBlue Swirl
2012-06-28x86: prepare op_helper.c for splittingBlue Swirl
2012-06-21qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-03-14target-i386: Don't overuse CPUStateAndreas Färber
2012-02-28target-i386: Clean includesStefan Weil
2012-01-11target-i386: fix SSE rounding and flush to zeroAurelien Jarno
2011-10-24i386: wire up MSR_IA32_MISC_ENABLEAvi Kivity
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-09-02x86: fix daa opcode for al register values higher than 0xf9Boris Figovsky
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-30exec.h cleanupBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-26x86: use caller supplied CPUState for interrupt related stuffBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-06-03target-i386: use floatx80 constants in helper_fld*_ST0()Aurelien Jarno
2011-06-03target-i386: remove old code handling float64Aurelien Jarno
2011-04-25target-i386: fix constants wrt softfloatAurelien Jarno
2011-04-25target-i386: fix helper_fprem() and helper_fprem1() wrt softfloatAurelien Jarno
2011-04-25target-i386: fix logarithmic and trigonometric helpers wrt softfloatAurelien Jarno
2011-04-25target-i386: add CPU86_LDouble <-> double conversion functionsAurelien Jarno
2011-04-25target-i386: replace approx_rsqrt and approx_rcp by softfloat opsAurelien Jarno
2011-04-25target-i386: fix helper_fsqrt() wrt softfloatAurelien Jarno
2011-04-25target-i386: fix helper_fdiv() wrt softfloatAurelien Jarno
2011-04-25target-i386: fix helper_fxtract() wrt softfloatAurelien Jarno
2011-04-25target-i386: fix helper_fbld_ST0() wrt softfloatAurelien Jarno
2011-04-25target-i386: fix helper_fscale() wrt softfloatAurelien Jarno
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-17target-i386: add floatx_{add,mul,sub} and use themAurelien Jarno
2010-10-13i386: avoid a write only variableBlue Swirl
2010-08-22target-i386: svm: Fix MSRPM checkAdam Lackorzynski
2010-07-03remove unused stuff from */exec.hPaolo Bonzini
2010-06-30x86: svm: Always clear event_inj on vmexitJan Kiszka
2010-06-19apic: avoid passing CPUState from CPU codeBlue Swirl
2010-04-08target-i386: Fix variable in (disabled) debugging codeAdam Lackorzynski
2010-03-01Move ioport.h out of cpu-all.hPaul Brook
2010-02-28target-i386: fix crash on x86 32bit linux host with hw breakpoint exceptionsJason Wessel
2009-10-23target-i386: implement lzcnt emulationAndre Przywara
2009-10-04target-i386: Fix exceptions for fxsave/fxrstorKevin Wolf