aboutsummaryrefslogtreecommitdiff
path: root/target-i386/ops_sse.h
AgeCommit message (Expand)Author
2014-06-16target-i386: Use Common ShiftRows and InvShiftRows TablesTom Musta
2013-04-13target-i386: add AES-NI instructionsAurelien Jarno
2013-04-13target-i386: add pclmulqdq instructionAurelien Jarno
2013-04-01target-i386: SSE4.2: use clz32/ctz32 instead of reinventing the wheelAurelien Jarno
2013-04-01target-i386: SSE4.2: fix pcmpXstrX instructions with "Masked(-)" polarityAurelien Jarno
2013-04-01target-i386: SSE4.2: fix pcmpXstrX instructions in "Equal ordered" modeAurelien Jarno
2013-04-01target-i386: SSE4.2: fix pcmpXstrX instructions in "Equal each" modeAurelien Jarno
2013-04-01target-i386: SSE4.2: fix pcmpXstrX instructions in "Ranges" modeAurelien Jarno
2013-04-01target-i386: SSE4.2: fix pcmpXstrm instructionsAurelien Jarno
2013-04-01target-i386: SSE4.2: fix pcmpXstri instructionsAurelien Jarno
2013-04-01target-i386: SSE4.2: fix pcmpgtq instructionAurelien Jarno
2012-08-14x86: avoid AREG0 for FPU helpersBlue Swirl
2012-06-28x86: fix coding style in ops_sse.hBlue Swirl
2012-01-11target-i386: fix dpps and dppd SSE2 instructionsAurelien Jarno
2012-01-11target-i386: fix round{pd,ps,sd,ss} SSE2 instructionsAurelien Jarno
2012-01-11target-i386: fix {min,max}{pd,ps,sd,ss} SSE2 instructionsAurelien Jarno
2011-11-19x86: fix pcmpestrm and pcmpistrmBlue Swirl
2011-09-17target-i386: Fix several SSE3 instructions.Max Reitz
2011-04-25target-i386: replace approx_rsqrt and approx_rcp by softfloat opsAurelien Jarno
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno
2011-04-17target-i386: fix CMPUNORDPS/D and CMPORDPS/D instructionsAurelien Jarno
2009-10-04target-i386: add SSE4a instruction supportAndre Przywara
2009-09-05Fix Sparse warnings: add "static"Blue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-07Remove FORCE_RET() and RETURN()aurel32
2008-12-01Fix pmovsx* / pmovzx* SSE instructions (original fix by Frank Mehnert).balrog
2008-11-16target-i386: fix helper_pmovmskb_mmx helperaurel32
2008-10-04Fix crc32w decoding, fix a constant width in blendvpd.balrog
2008-10-04Implement SSE4.1, SSE4.2 (x86).balrog
2008-09-25Implement x86 SSSE3 instructions.balrog
2008-05-15converted more helpers to TCG - fixed some SVM issuesbellard
2008-05-12converted SSE/MMX ops to TCGbellard
2008-04-083DNow! instruction set emulationaurel32
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-01-16fixed movd mmx/sse insnbellard
2005-04-26removed switches in op.c (Paul Brook)bellard
2005-03-20NaN support in FPU comparisonsbellard
2005-03-13soft float supportbellard
2005-01-23FORCE_RET() fixes - fpu fixesbellard
2005-01-16sse fixbellard
2005-01-08MMX/SSE supportbellard