aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386/ops_sse.h
AgeCommit message (Expand)AuthorFilesLines
2009-10-04target-i386: add SSE4a instruction supportAndre Przywara1-0/+44
2009-09-05Fix Sparse warnings: add "static"Blue Swirl1-1/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-2/+2
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-07Remove FORCE_RET() and RETURN()aurel321-14/+0
2008-12-01Fix pmovsx* / pmovzx* SSE instructions (original fix by Frank Mehnert).balrog1-6/+6
2008-11-16target-i386: fix helper_pmovmskb_mmx helperaurel321-16/+16
2008-10-04Fix crc32w decoding, fix a constant width in blendvpd.balrog1-1/+1
2008-10-04Implement SSE4.1, SSE4.2 (x86).balrog1-1/+617
2008-09-25Implement x86 SSSE3 instructions.balrog1-1/+146
2008-05-15converted more helpers to TCG - fixed some SVM issuesbellard1-2/+2
2008-05-12converted SSE/MMX ops to TCGbellard1-492/+211
2008-04-083DNow! instruction set emulationaurel321-1/+174
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-2/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-3/+3
2007-01-16fixed movd mmx/sse insnbellard1-0/+19
2005-04-26removed switches in op.c (Paul Brook)bellard1-68/+14
2005-03-20NaN support in FPU comparisonsbellard1-33/+69
2005-03-13soft float supportbellard1-63/+63
2005-01-23FORCE_RET() fixes - fpu fixesbellard1-21/+29
2005-01-16sse fixbellard1-2/+16
2005-01-08MMX/SSE supportbellard1-0/+1370