summaryrefslogtreecommitdiffstats
path: root/target-i386/ops_sse.h
Commit message (Expand)AuthorAgeFilesLines
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-2/+2
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Remove FORCE_RET() and RETURN()aurel322008-12-071-14/+0Star
* Fix pmovsx* / pmovzx* SSE instructions (original fix by Frank Mehnert).balrog2008-12-011-6/+6
* target-i386: fix helper_pmovmskb_mmx helperaurel322008-11-161-16/+16
* Fix crc32w decoding, fix a constant width in blendvpd.balrog2008-10-041-1/+1
* Implement SSE4.1, SSE4.2 (x86).balrog2008-10-041-1/+617
* Implement x86 SSSE3 instructions.balrog2008-09-251-1/+146
* converted more helpers to TCG - fixed some SVM issuesbellard2008-05-151-2/+2
* converted SSE/MMX ops to TCGbellard2008-05-121-492/+211Star
* 3DNow! instruction set emulationaurel322008-04-081-1/+174
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-2/+2
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-3/+3
* fixed movd mmx/sse insnbellard2007-01-161-0/+19
* removed switches in op.c (Paul Brook)bellard2005-04-261-68/+14Star
* NaN support in FPU comparisonsbellard2005-03-201-33/+69
* soft float supportbellard2005-03-131-63/+63
* FORCE_RET() fixes - fpu fixesbellard2005-01-231-21/+29
* sse fixbellard2005-01-161-2/+16
* MMX/SSE supportbellard2005-01-081-0/+1370