aboutsummaryrefslogtreecommitdiff
path: root/target-i386/ops_template.h
AgeCommit message (Expand)Author
2008-05-21converted conditional jumps, SET and CMOVx to TCGbellard
2008-05-18converted string OPs and LOOP insns to TCGbellard
2008-05-17BSR/BSF TCG conversionbellard
2008-05-17converted bit test operations to TCGbellard
2008-05-17moved eflags computation outside op.cbellard
2008-05-17converted adc, sbb, cmpxchg to TCGbellard
2008-05-17converted condition code supprot to TCG - converted shift ops to TCGbellard
2008-05-15converted more helpers to TCG - fixed some SVM issuesbellard
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
2005-02-21loop insn fix for non x86 hostsbellard
2005-01-10DATA_MASK fixbellard
2005-01-03x86_64 target supportbellard
2004-05-16BSR/BSF undefined behaviour fixbellard
2004-01-18comments fixbellard
2004-01-05changed cpu_x86_in/out to cpu_in/outbellard
2004-01-04fixed dx based protected in/outs (win98 install) - changed JUMP_TB2 branch nu...bellard
2003-12-02P4 style multiplication eflagsbellard
2003-11-13io map checksbellard
2003-09-30new directory structurebellard