summaryrefslogtreecommitdiffstats
path: root/target-i386/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target-i386: fix SSE rounding and flush to zeroAurelien Jarno2012-01-111-10/+54
* i386: wire up MSR_IA32_MISC_ENABLEAvi Kivity2011-10-241-0/+6
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-4/+3
* x86: fix daa opcode for al register values higher than 0xf9Boris Figovsky2011-09-021-3/+3
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-071-1/+1
* exec.h cleanupBlue Swirl2011-07-301-4/+161
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
* x86: use caller supplied CPUState for interrupt related stuffBlue Swirl2011-06-261-8/+81
* cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-8/+8
* target-i386: use floatx80 constants in helper_fld*_ST0()Aurelien Jarno2011-06-031-19/+8
* target-i386: remove old code handling float64Aurelien Jarno2011-06-031-159/+107
* target-i386: fix constants wrt softfloatAurelien Jarno2011-04-251-7/+17
* target-i386: fix helper_fprem() and helper_fprem1() wrt softfloatAurelien Jarno2011-04-251-20/+28
* target-i386: fix logarithmic and trigonometric helpers wrt softfloatAurelien Jarno2011-04-251-26/+26
* target-i386: add CPU86_LDouble <-> double conversion functionsAurelien Jarno2011-04-251-0/+22
* target-i386: replace approx_rsqrt and approx_rcp by softfloat opsAurelien Jarno2011-04-251-10/+0
* target-i386: fix helper_fsqrt() wrt softfloatAurelien Jarno2011-04-251-5/+2
* target-i386: fix helper_fdiv() wrt softfloatAurelien Jarno2011-04-251-2/+3
* target-i386: fix helper_fxtract() wrt softfloatAurelien Jarno2011-04-251-7/+16
* target-i386: fix helper_fbld_ST0() wrt softfloatAurelien Jarno2011-04-251-3/+4
* target-i386: fix helper_fscale() wrt softfloatAurelien Jarno2011-04-251-1/+6
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-1/+1
* target-i386: add floatx_{add,mul,sub} and use themAurelien Jarno2011-04-171-10/+8
* i386: avoid a write only variableBlue Swirl2010-10-131-0/+4
* target-i386: svm: Fix MSRPM checkAdam Lackorzynski2010-08-221-1/+1
* remove unused stuff from */exec.hPaolo Bonzini2010-07-031-1/+1
* x86: svm: Always clear event_inj on vmexitJan Kiszka2010-06-301-0/+1
* apic: avoid passing CPUState from CPU codeBlue Swirl2010-06-191-4/+4
* target-i386: Fix variable in (disabled) debugging codeAdam Lackorzynski2010-04-081-1/+1
* Move ioport.h out of cpu-all.hPaul Brook2010-03-011-0/+1
* target-i386: fix crash on x86 32bit linux host with hw breakpoint exceptionsJason Wessel2010-02-281-0/+5
* target-i386: implement lzcnt emulationAndre Przywara2009-10-231-2/+12
* target-i386: Fix exceptions for fxsave/fxrstorKevin Wolf2009-10-041-0/+10
* target-i386: add RDTSCP supportAndre Przywara2009-10-041-0/+12
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-4/+4
* Get rid of _t suffixmalc2009-10-011-4/+4
* ioports: remove unused env parameter and compile only onceBlue Swirl2009-09-201-6/+6
* Unbreak large mem support by removing kqemuAnthony Liguori2009-08-241-42/+0
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying2009-07-091-0/+34
* x86: Add support for resume flagJan Kiszka2009-05-221-0/+5
* Fix i386-linux-user build (Laurent Desnogues)aliguori2009-04-231-0/+8
* put valid data into exit_int_info if needed (Gleb Natapov)aliguori2009-04-221-27/+52
* kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir12009-04-191-6/+6
* x86: Add NULL check to lsl (Jan Kiszka)aliguori2009-03-201-0/+2
* x86: use qemu_log_mask on triple faults (Chris Wright)aliguori2009-02-271-2/+1
* KVM: CPUID takes ecx as input value for some functions (Amit Shah)aliguori2009-02-091-1/+1
* Implement FFXSR (Alexander Graf)aliguori2009-02-021-8/+20
* Replace noreturn with QEMU_NORETURNmalc2009-02-011-2/+2
* Use new logging API in reset handling (Jan Kiszka)aliguori2009-01-291-1/+1
OpenPOWER on IntegriCloud