summaryrefslogtreecommitdiff
path: root/target-i386/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28x86: rename op_helper.c to seg_helper.cBlue Swirl1-2475/+0
2012-06-28x86: split off memory access helpersBlue Swirl1-136/+2
2012-06-28x86: split off misc helpersBlue Swirl1-578/+0
2012-06-28x86: split off SMM helpersBlue Swirl1-285/+0
2012-06-28x86: split off SVM helpersBlue Swirl1-705/+11
2012-06-28x86: split off integer helpersBlue Swirl1-478/+0
2012-06-28x86: split off condition code helpersBlue Swirl1-404/+0
2012-06-28x86: prepare eflags helpers for general useBlue Swirl1-31/+37
2012-06-28x86: split condition code and shift templatesBlue Swirl1-4/+22
2012-06-28x86: split off FPU helpersBlue Swirl1-1277/+0
2012-06-28x86: split off exception handlersBlue Swirl1-113/+0
2012-06-28x86: avoid AREG0 for exceptionsBlue Swirl1-205/+213
2012-06-28x86: prepare op_helper.c for splittingBlue Swirl1-796/+1279
2012-06-21qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl1-0/+1
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-5/+3
2012-03-14target-i386: Don't overuse CPUStateAndreas Färber1-17/+17
2012-02-28target-i386: Clean includesStefan Weil1-1/+0
2012-01-11target-i386: fix SSE rounding and flush to zeroAurelien Jarno1-10/+54
2011-10-24i386: wire up MSR_IA32_MISC_ENABLEAvi Kivity1-0/+6
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+3
2011-09-02x86: fix daa opcode for al register values higher than 0xf9Boris Figovsky1-3/+3
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-1/+1
2011-07-30exec.h cleanupBlue Swirl1-4/+161
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-06-26x86: use caller supplied CPUState for interrupt related stuffBlue Swirl1-8/+81
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-8/+8
2011-06-03target-i386: use floatx80 constants in helper_fld*_ST0()Aurelien Jarno1-19/+8
2011-06-03target-i386: remove old code handling float64Aurelien Jarno1-159/+107
2011-04-25target-i386: fix constants wrt softfloatAurelien Jarno1-7/+17
2011-04-25target-i386: fix helper_fprem() and helper_fprem1() wrt softfloatAurelien Jarno1-20/+28
2011-04-25target-i386: fix logarithmic and trigonometric helpers wrt softfloatAurelien Jarno1-26/+26
2011-04-25target-i386: add CPU86_LDouble <-> double conversion functionsAurelien Jarno1-0/+22
2011-04-25target-i386: replace approx_rsqrt and approx_rcp by softfloat opsAurelien Jarno1-10/+0
2011-04-25target-i386: fix helper_fsqrt() wrt softfloatAurelien Jarno1-5/+2
2011-04-25target-i386: fix helper_fdiv() wrt softfloatAurelien Jarno1-2/+3
2011-04-25target-i386: fix helper_fxtract() wrt softfloatAurelien Jarno1-7/+16
2011-04-25target-i386: fix helper_fbld_ST0() wrt softfloatAurelien Jarno1-3/+4
2011-04-25target-i386: fix helper_fscale() wrt softfloatAurelien Jarno1-1/+6
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2011-04-17target-i386: add floatx_{add,mul,sub} and use themAurelien Jarno1-10/+8
2010-10-13i386: avoid a write only variableBlue Swirl1-0/+4
2010-08-22target-i386: svm: Fix MSRPM checkAdam Lackorzynski1-1/+1
2010-07-03remove unused stuff from */exec.hPaolo Bonzini1-1/+1
2010-06-30x86: svm: Always clear event_inj on vmexitJan Kiszka1-0/+1
2010-06-19apic: avoid passing CPUState from CPU codeBlue Swirl1-4/+4
2010-04-08target-i386: Fix variable in (disabled) debugging codeAdam Lackorzynski1-1/+1
2010-03-01Move ioport.h out of cpu-all.hPaul Brook1-0/+1
2010-02-28target-i386: fix crash on x86 32bit linux host with hw breakpoint exceptionsJason Wessel1-0/+5
2009-10-23target-i386: implement lzcnt emulationAndre Przywara1-2/+12
2009-10-04target-i386: Fix exceptions for fxsave/fxrstorKevin Wolf1-0/+10