summaryrefslogtreecommitdiff
path: root/target-i386/op.c
AgeCommit message (Expand)Author
2008-05-21converted conditional jumps, SET and CMOVx to TCGbellard
2008-05-21converted env access to TCGbellard
2008-05-21convert eflags manipulation insns to TCGbellard
2008-05-21convert remaining segment handling to TCGbellard
2008-05-21converted LSL/LAR/VERW/VERR to TCG - force 16 bit memory access for LSL/LARbellard
2008-05-21suppressed no longer used opsbellard
2008-05-21converted INTO/CMPXCHG8B to TCGbellard
2008-05-21converted BCD ops to TCGbellard
2008-05-21converted MUL/IMUL to TCGbellard
2008-05-18converted string OPs and LOOP insns to TCGbellard
2008-05-17converted sign extension ops to TCGbellard
2008-05-17MONITOR insn address generation fix - converted XLAT to TCGbellard
2008-05-17moved eflags computation outside op.cbellard
2008-05-17converted condition code supprot to TCG - converted shift ops to TCGbellard
2008-05-15converted more helpers to TCG - fixed some SVM issuesbellard
2008-05-12converted more helpers to TCGbellard
2008-05-12converted x87 FPU ops to TCGbellard
2008-05-12converted SSE/MMX ops to TCGbellard
2008-05-12use TCG for MMX/SSE memory accessesbellard
2008-02-01use the TCG code generatorbellard
2007-12-09Add rdpmc SVM intercept, by Bernhard Kauer.balrog
2007-09-23SVM Support, by Alexander Graf.ths
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-06-26DR6 single step exception status bit, by Juergen Keil.ths
2007-02-01cwde and cdq fix in 64 bit modebellard
2006-09-24added SMM supportbellard
2006-07-10monitor/mwait supportbellard
2006-05-03bswapq fixbellard
2006-04-23SSE3 support (Joachim Henke)bellard
2006-03-11Add missing FORCE_RET()pbrook
2005-11-23added HF_HALTED bitbellard
2005-08-1516/32 stack operations fix on x86_64 (aka win2000 startup bug)bellard
2005-07-23added overflow exceptions in divisionsbellard
2005-07-23x86_64 fixes (initial patch by Filip Navara)bellard
2005-04-26removed switches in op.c (Paul Brook)bellard
2005-03-20NaN support in FPU comparisonsbellard
2005-03-13soft float supportbellard
2005-03-13add missing FORCE_RET (Paul Brook)bellard
2005-03-03x86_64 fixesbellard
2005-02-21loop insn fix for non x86 hostsbellard
2005-01-31x86_64 call Ev fixbellard
2005-01-23avoid empty opbellard
2005-01-23CR8 support - FORCE_RET() fixesbellard
2005-01-09generalized use of GOTO_TB() macrobellard
2005-01-08MMX/SSE supportbellard
2005-01-06div64 fix - raise_interrupt() fix - SSE fixbellard
2005-01-04syscall insn fixbellard
2005-01-03x86_64 target supportbellard
2004-11-14enter insn fixbellard