summaryrefslogtreecommitdiffstats
path: root/target-i386/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* x86: rename op_helper.c to seg_helper.cBlue Swirl2012-06-281-2475/+0
* x86: split off memory access helpersBlue Swirl2012-06-281-136/+2
* x86: split off misc helpersBlue Swirl2012-06-281-578/+0
* x86: split off SMM helpersBlue Swirl2012-06-281-285/+0
* x86: split off SVM helpersBlue Swirl2012-06-281-705/+11
* x86: split off integer helpersBlue Swirl2012-06-281-478/+0
* x86: split off condition code helpersBlue Swirl2012-06-281-404/+0
* x86: prepare eflags helpers for general useBlue Swirl2012-06-281-31/+37
* x86: split condition code and shift templatesBlue Swirl2012-06-281-4/+22
* x86: split off FPU helpersBlue Swirl2012-06-281-1277/+0
* x86: split off exception handlersBlue Swirl2012-06-281-113/+0
* x86: avoid AREG0 for exceptionsBlue Swirl2012-06-281-205/+213
* x86: prepare op_helper.c for splittingBlue Swirl2012-06-281-796/+1279
* qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl2012-06-211-0/+1
* Use uintptr_t for various op related functionsBlue Swirl2012-04-141-5/+3
* target-i386: Don't overuse CPUStateAndreas Färber2012-03-141-17/+17
* target-i386: Clean includesStefan Weil2012-02-281-1/+0
* 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
OpenPOWER on IntegriCloud