Lines Matching full:mmx
16 * a sign error in the post-MMX cleanup code for each pixel_depth resulted
23 * [runtime MMX configuration, GRR 20010102]
71 jl NOT_SUPPORTED //If eax is zero, mmx not supported
80 and edx, 0x00800000 //mask out all bits but mmx bit(24)
81 cmp edx, 0 // 0 = mmx not supported
82 jz NOT_SUPPORTED // non-zero = Yes, mmx IS supported
93 //mmx_supported_local=0; // test code for force don't support MMX
94 //printf("MMX : %u (1=MMX supported)\n",mmx_supported_local);
111 /* Use this routine for x86 platform - uses faster MMX routine if machine
112 supports MMX */
252 else /* mmx not supported - use modified C routine */
396 else /* mmx _not supported - Use modified C routine */
502 else /* mmx not supported - use modified C routine */
784 else /* mmx not supported - use modified C routine */
948 else /* mmx _not supported - Use modified C routine */
1222 // NOTE: there is NO MMX code for 48-bit and 64-bit images
1224 // use MMX routine if machine supports it
1819 else /* MMX not supported: use modified C code - takes advantage
1908 } /* end of MMX not supported */
2341 // MMX acceleration complete now do clean-up
2343 mov ebx, MMXLength // ebx ==> x = offset bytes remaining after MMX
2366 emms // End MMX instructions; prep for possible FP instrs.
3191 // MMX acceleration complete now do clean-up
3266 emms // End MMX instructions; prep for possible FP instrs.
3364 // non-MMX code for the SUB filter in png_read_filter_row below
3574 emms // End MMX instructions; prep for possible FP instrs.
3610 // Unrolled loop - use all MMX registers and interleave to reduce
3664 // Loop using MMX registers mm0 & mm1 to update 8 bytes simultaneously
3688 emms // End MMX instructions; prep for possible FP instrs.
3718 (png_ptr->asm_flags & PNG_ASM_FLAG_MMX_READ_FILTER_SUB)? "MMX" : "x86");
3721 (png_ptr->asm_flags & PNG_ASM_FLAG_MMX_READ_FILTER_UP)? "MMX" : "x86");
3724 (png_ptr->asm_flags & PNG_ASM_FLAG_MMX_READ_FILTER_AVG)? "MMX" : "x86");
3727 (png_ptr->asm_flags & PNG_ASM_FLAG_MMX_READ_FILTER_PAETH)? "MMX":"x86");