aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-04target-i386: add RDTSCP supportAndre Przywara1-0/+12
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-4/+4
2009-10-01Get rid of _t suffixmalc1-4/+4
2009-09-20ioports: remove unused env parameter and compile only onceBlue Swirl1-6/+6
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori1-42/+0
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-07-09QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying1-0/+34
2009-05-22x86: Add support for resume flagJan Kiszka1-0/+5
2009-04-23Fix i386-linux-user build (Laurent Desnogues)aliguori1-0/+8
2009-04-22put valid data into exit_int_info if needed (Gleb Natapov)aliguori1-27/+52
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir11-6/+6
2009-03-20x86: Add NULL check to lsl (Jan Kiszka)aliguori1-0/+2
2009-02-27x86: use qemu_log_mask on triple faults (Chris Wright)aliguori1-2/+1
2009-02-09KVM: CPUID takes ecx as input value for some functions (Amit Shah)aliguori1-1/+1
2009-02-02Implement FFXSR (Alexander Graf)aliguori1-8/+20
2009-02-01Replace noreturn with QEMU_NORETURNmalc1-2/+2