summaryrefslogtreecommitdiffstats
path: root/target-i386/op.c
Commit message (Expand)AuthorAgeFilesLines
* converted conditional jumps, SET and CMOVx to TCGbellard2008-05-211-222/+0
* converted env access to TCGbellard2008-05-211-35/+0
* convert eflags manipulation insns to TCGbellard2008-05-211-135/+0
* convert remaining segment handling to TCGbellard2008-05-211-39/+0
* converted LSL/LAR/VERW/VERR to TCG - force 16 bit memory access for LSL/LARbellard2008-05-211-28/+0
* suppressed no longer used opsbellard2008-05-211-11/+0
* converted INTO/CMPXCHG8B to TCGbellard2008-05-211-18/+0
* converted BCD ops to TCGbellard2008-05-211-32/+0
* converted MUL/IMUL to TCGbellard2008-05-211-98/+0
* converted string OPs and LOOP insns to TCGbellard2008-05-181-61/+0
* converted sign extension ops to TCGbellard2008-05-171-61/+0
* MONITOR insn address generation fix - converted XLAT to TCGbellard2008-05-171-24/+0
* moved eflags computation outside op.cbellard2008-05-171-78/+0
* converted condition code supprot to TCG - converted shift ops to TCGbellard2008-05-171-91/+0
* converted more helpers to TCG - fixed some SVM issuesbellard2008-05-151-127/+14
* converted more helpers to TCGbellard2008-05-121-431/+11
* converted x87 FPU ops to TCGbellard2008-05-121-738/+2
* converted SSE/MMX ops to TCGbellard2008-05-121-58/+2
* use TCG for MMX/SSE memory accessesbellard2008-05-121-13/+0
* use the TCG code generatorbellard2008-02-011-270/+0
* Add rdpmc SVM intercept, by Bernhard Kauer.balrog2007-12-091-0/+5
* SVM Support, by Alexander Graf.ths2007-09-231-3/+85
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-11/+11
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-14/+14
* DR6 single step exception status bit, by Juergen Keil.ths2007-06-261-0/+5
* cwde and cdq fix in 64 bit modebellard2007-02-011-2/+2
* added SMM supportbellard2006-09-241-0/+5
* monitor/mwait supportbellard2006-07-101-4/+11
* bswapq fixbellard2006-05-031-1/+1
* SSE3 support (Joachim Henke)bellard2006-04-231-0/+47
* Add missing FORCE_RET()pbrook2006-03-111-0/+4
* added HF_HALTED bitbellard2005-11-231-0/+1
* 16/32 stack operations fix on x86_64 (aka win2000 startup bug)bellard2005-08-151-1/+1
* added overflow exceptions in divisionsbellard2005-07-231-5/+16
* x86_64 fixes (initial patch by Filip Navara)bellard2005-07-231-0/+12
* removed switches in op.c (Paul Brook)bellard2005-04-261-68/+22
* NaN support in FPU comparisonsbellard2005-03-201-26/+68
* soft float supportbellard2005-03-131-43/+6
* add missing FORCE_RET (Paul Brook)bellard2005-03-131-0/+7
* x86_64 fixesbellard2005-03-031-2/+2
* loop insn fix for non x86 hostsbellard2005-02-211-0/+5
* x86_64 call Ev fixbellard2005-01-311-0/+5
* avoid empty opbellard2005-01-231-2/+2
* CR8 support - FORCE_RET() fixesbellard2005-01-231-0/+9
* generalized use of GOTO_TB() macrobellard2005-01-091-2/+2
* MMX/SSE supportbellard2005-01-081-18/+62
* div64 fix - raise_interrupt() fix - SSE fixbellard2005-01-061-4/+3
* syscall insn fixbellard2005-01-041-1/+1
* x86_64 target supportbellard2005-01-031-125/+427
* enter insn fixbellard2004-11-141-0/+5
OpenPOWER on IntegriCloud