| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: avoid AREG0 for FPU helpers | Blue Swirl | 2012-08-14 | 1 | -181/+197 |
* | x86: fix coding style in ops_sse.h | Blue Swirl | 2012-06-28 | 1 | -471/+578 |
* | target-i386: fix dpps and dppd SSE2 instructions | Aurelien Jarno | 2012-01-11 | 1 | -14/+14 |
* | target-i386: fix round{pd,ps,sd,ss} SSE2 instructions | Aurelien Jarno | 2012-01-11 | 1 | -8/+8 |
* | target-i386: fix {min,max}{pd,ps,sd,ss} SSE2 instructions | Aurelien Jarno | 2012-01-11 | 1 | -2/+7 |
* | x86: fix pcmpestrm and pcmpistrm | Blue Swirl | 2011-11-19 | 1 | -4/+8 |
* | target-i386: Fix several SSE3 instructions. | Max Reitz | 2011-09-17 | 1 | -18/+18 |
* | target-i386: replace approx_rsqrt and approx_rcp by softfloat ops | Aurelien Jarno | 2011-04-25 | 1 | -12/+24 |
* | softfloat: rename float*_eq() into float*_eq_quiet() | Aurelien Jarno | 2011-04-17 | 1 | -4/+4 |
* | target-i386: fix CMPUNORDPS/D and CMPORDPS/D instructions | Aurelien Jarno | 2011-04-17 | 1 | -2/+2 |
* | target-i386: add SSE4a instruction support | Andre Przywara | 2009-10-04 | 1 | -0/+44 |
* | Fix Sparse warnings: add "static" | Blue Swirl | 2009-09-05 | 1 | -1/+1 |
* | Update to a hopefully more future proof FSF address | Blue Swirl | 2009-07-16 | 1 | -2/+1 |
* | Replace gcc variadic macro extension with C99 version | Blue Swirl | 2009-05-13 | 1 | -2/+2 |
* | Update FSF address in GPL/LGPL boilerplate | aurel32 | 2009-01-04 | 1 | -1/+1 |
* | Remove FORCE_RET() and RETURN() | aurel32 | 2008-12-07 | 1 | -14/+0 |
* | Fix pmovsx* / pmovzx* SSE instructions (original fix by Frank Mehnert). | balrog | 2008-12-01 | 1 | -6/+6 |
* | target-i386: fix helper_pmovmskb_mmx helper | aurel32 | 2008-11-16 | 1 | -16/+16 |
* | Fix crc32w decoding, fix a constant width in blendvpd. | balrog | 2008-10-04 | 1 | -1/+1 |
* | Implement SSE4.1, SSE4.2 (x86). | balrog | 2008-10-04 | 1 | -1/+617 |
* | Implement x86 SSSE3 instructions. | balrog | 2008-09-25 | 1 | -1/+146 |
* | converted more helpers to TCG - fixed some SVM issues | bellard | 2008-05-15 | 1 | -2/+2 |
* | converted SSE/MMX ops to TCG | bellard | 2008-05-12 | 1 | -492/+211 |
* | 3DNow! instruction set emulation | aurel32 | 2008-04-08 | 1 | -1/+174 |
* | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 2007-09-17 | 1 | -2/+2 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -3/+3 |
* | fixed movd mmx/sse insn | bellard | 2007-01-16 | 1 | -0/+19 |
* | removed switches in op.c (Paul Brook) | bellard | 2005-04-26 | 1 | -68/+14 |
* | NaN support in FPU comparisons | bellard | 2005-03-20 | 1 | -33/+69 |
* | soft float support | bellard | 2005-03-13 | 1 | -63/+63 |
* | FORCE_RET() fixes - fpu fixes | bellard | 2005-01-23 | 1 | -21/+29 |
* | sse fix | bellard | 2005-01-16 | 1 | -2/+16 |
* | MMX/SSE support | bellard | 2005-01-08 | 1 | -0/+1370 |