Searched refs:inflate_fast_use_mmx (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/inflate86/ |
A D | inffast.S | 77 #define inflate_fast_use_mmx _inflate_fast_use_mmx macro 203 .globl inflate_fast_use_mmx 208 inflate_fast_use_mmx: /* integer flag for run time control 1=check,2=mmx,3=no */ label 213 .type inflate_fast_use_mmx,@object 214 .size inflate_fast_use_mmx,4 365 cmpl $DO_USE_MMX, inflate_fast_use_mmx 403 movl $DO_USE_MMX, inflate_fast_use_mmx 406 movl $DONT_USE_MMX, inflate_fast_use_mmx 1241 cmpl $DO_USE_MMX, inflate_fast_use_mmx 1298 cmpl $DO_USE_MMX, inflate_fast_use_mmx
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/ |
A D | inffas32.asm | 71 inflate_fast_use_mmx: label 150 ;GLOBAL inflate_fast_use_mmx 155 ; GLOBAL inflate_fast_use_mmx:object 156 ;.size inflate_fast_use_mmx, 4 271 cmp dword ptr [inflate_fast_use_mmx],2 309 mov dword ptr [inflate_fast_use_mmx],2 312 mov dword ptr [inflate_fast_use_mmx],3 969 cmp dword ptr [inflate_fast_use_mmx],2 1012 cmp dword ptr [inflate_fast_use_mmx],2
|
Completed in 9 milliseconds