- 19cbd87 target-i386: Rename XMM_[BWLSDQ] helpers to ZMM_* by Eduardo Habkost · 9 years ago
- fa45187 target-i386: Rename struct XMMReg to ZMMReg by Eduardo Habkost · 9 years ago
- 8362547 target-i386/ops_sse.h: Use MMX_Q macro by Eduardo Habkost · 9 years ago
- 54c54f8 target-i386: fix pcmpxstrx equal-ordered (strstr) mode by Paolo Bonzini · 9 years ago
- 4054cde target-i386: exception handling for other helper functions by Pavel Dovgalyuk · 9 years ago
- 6f2945c crypto: move built-in AES implementation into crypto/ by Daniel P. Berrange · 9 years ago
- 9551ea6 target-i386: simplify AES emulation by Aurelien Jarno · 11 years ago
- 04af534 target-i386: Use Common ShiftRows and InvShiftRows Tables by Tom Musta · 11 years ago
- d640045 target-i386: add AES-NI instructions by Aurelien Jarno · 12 years ago
- e71827b target-i386: add pclmulqdq instruction by Aurelien Jarno · 12 years ago
- c334a38 target-i386: SSE4.2: use clz32/ctz32 instead of reinventing the wheel by Aurelien Jarno · 12 years ago
- e4eba27 target-i386: SSE4.2: fix pcmpXstrX instructions with "Masked(-)" polarity by Aurelien Jarno · 12 years ago
- 75c9527 target-i386: SSE4.2: fix pcmpXstrX instructions in "Equal ordered" mode by Aurelien Jarno · 12 years ago
- b27a6ca target-i386: SSE4.2: fix pcmpXstrX instructions in "Equal each" mode by Aurelien Jarno · 12 years ago
- 649ad05 target-i386: SSE4.2: fix pcmpXstrX instructions in "Ranges" mode by Aurelien Jarno · 12 years ago
- 2b8d7e9 target-i386: SSE4.2: fix pcmpXstrm instructions by Aurelien Jarno · 12 years ago
- 93e3c0a target-i386: SSE4.2: fix pcmpXstri instructions by Aurelien Jarno · 12 years ago
- da5156c target-i386: SSE4.2: fix pcmpgtq instruction by Aurelien Jarno · 12 years ago
- d3eb5ea x86: avoid AREG0 for FPU helpers by Blue Swirl · 13 years ago
- e01d9d3 x86: fix coding style in ops_sse.h by Blue Swirl · 13 years ago
- 170d5b4 target-i386: fix dpps and dppd SSE2 instructions by Aurelien Jarno · 13 years ago
- adc7166 target-i386: fix round{pd,ps,sd,ss} SSE2 instructions by Aurelien Jarno · 13 years ago
- a4d1f14 target-i386: fix {min,max}{pd,ps,sd,ss} SSE2 instructions by Aurelien Jarno · 13 years ago
- bc42689 x86: fix pcmpestrm and pcmpistrm by Blue Swirl · 13 years ago
- 5c6562c target-i386: Fix several SSE3 instructions. by Max Reitz · 13 years ago
- c2ef9a8 target-i386: replace approx_rsqrt and approx_rcp by softfloat ops by Aurelien Jarno · 14 years ago
- 211315f softfloat: rename float*_eq() into float*_eq_quiet() by Aurelien Jarno · 14 years ago
- e0b29ce target-i386: fix CMPUNORDPS/D and CMPORDPS/D instructions by Aurelien Jarno · 14 years ago
- d9f4bb2 target-i386: add SSE4a instruction support by Andre Przywara · 15 years ago
- 1e6eec8 Fix Sparse warnings: add "static" by Blue Swirl · 15 years ago
- 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
- 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
- fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
- db8d990 Remove FORCE_RET() and RETURN() by aurel32 · 16 years ago
- dcfd12b Fix pmovsx* / pmovzx* SSE instructions (original fix by Frank Mehnert). by balrog · 16 years ago
- 30913ba target-i386: fix helper_pmovmskb_mmx helper by aurel32 · 16 years ago
- 000cacf Fix crc32w decoding, fix a constant width in blendvpd. by balrog · 16 years ago
- 222a333 Implement SSE4.1, SSE4.2 (x86). by balrog · 16 years ago
- 4242b1b Implement x86 SSSE3 instructions. by balrog · 16 years ago
- b8b6a50 converted more helpers to TCG - fixed some SVM issues by bellard · 17 years ago
- 5af4518 converted SSE/MMX ops to TCG by bellard · 17 years ago
- a35f3ec 3DNow! instruction set emulation by aurel32 · 17 years ago
- 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
- dabd98d fixed movd mmx/sse insn by bellard · 18 years ago
- 43fb823 removed switches in op.c (Paul Brook) by bellard · 20 years ago
- 8422b11 NaN support in FPU comparisons by bellard · 20 years ago
- 7a0e1f4 soft float support by bellard · 20 years ago
- 0523c6b FORCE_RET() fixes - fpu fixes by bellard · 20 years ago
- d52cf7a sse fix by bellard · 20 years ago
- 664e0f1 MMX/SSE support by bellard · 20 years ago