/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/ |
A D | inffas32.asm | 241 add ecx,11 277 push ecx 315 pop ecx 473 sub ecx,3 497 sub ecx,3 548 neg ecx 762 sub ecx,3 787 sub ecx,3 830 neg ecx 932 mov ecx,0 [all …]
|
A D | match686.asm | 209 ;;; Retrieve the function arguments. ecx will hold cur_match
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/inflate86/ |
A D | inffast.S | 321 cmpl in_r, %ecx 371 pushl %ecx 409 popl %ecx 634 subl $3, %ecx 658 subl $3, %ecx 718 #define nbytes_r %ecx 1013 subl $3, %ecx 1038 subl $3, %ecx 1078 #define nbytes_r %ecx 1191 movl $0, %ecx [all …]
|
A D | inffas86.c | 851 mov [esp+64], ecx /* save len */ 943 sar ecx, 1 972 sar ecx, 1 1013 mov ecx, eax 1025 sub eax, ecx 1029 cmp eax, ecx 1041 cmp ecx, eax 1050 cmp eax, ecx 1057 cmp eax, ecx 1072 cmp eax, ecx [all …]
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_stdlib.c | 579 mul ecx in _allmul() 583 mul ecx in _allmul() 589 mul ecx in _allmul() 634 div ecx in _alldiv() 637 div ecx in _alldiv() 652 div ecx in _alldiv() 699 div ecx in _aulldiv() 702 div ecx in _aulldiv() 715 or ecx,ecx in _aulldiv() 859 or ecx,ecx in _aullrem() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/ |
A D | inffasx64.asm | 197 mov ecx, r14d ; /* ecx = len */ 201 sar ecx, 1 224 mov ecx, r14d ; /* ecx = len */ 228 sar ecx, 1 267 mov ecx, eax ; /* ecx = nbytes */ 283 cmp r14d, ecx 295 cmp ecx, eax 305 cmp eax, ecx 312 cmp eax, ecx 328 cmp eax, ecx [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/asm686/ |
A D | match.S | 112 movl curmatch(%esp), %ecx 222 andl %edx, %ecx 223 movzwl (%edi,%ecx,2), %ecx 224 cmpl %ebp, %ecx 228 LoopEntry: movzwl -1(%esi,%ecx), %eax 232 movzwl (%eax,%ecx), %eax 247 addl %ecx, %esi 314 movl %ecx, dsMatchStart(%edx) 330 movl %ecx, dsMatchStart(%edx)
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_imageFilter.c | 135 dec ecx /* decrease loop counter */ in SDL_imageFilterAddMMX() 263 dec ecx /* decrease loop counter */ in SDL_imageFilterMeanMMX() 384 dec ecx /* decrease loop counter */ in SDL_imageFilterSubMMX() 502 dec ecx /* decrease loop counter */ in SDL_imageFilterAbsDiffMMX() 636 dec ecx /* decrease loop counter */ in SDL_imageFilterMultMMX() 808 dec ecx /* decrease loop counter */ in SDL_imageFilterMultNorASM() 2406 xor ecx, ecx /* zero ECX */ in SDL_imageFilterShiftRightMMX() 2408 movd mm3, ecx /* copy (N) into MM3 */ in SDL_imageFilterShiftRightMMX() 2871 xor ecx, ecx /* zero ECX */ in SDL_imageFilterShiftRightAndMultByByteMMX() 2873 movd mm7, ecx /* copy N into MM7 */ in SDL_imageFilterShiftRightAndMultByByteMMX() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | cpu.c | 69 const uint32_t ecx = 0; in xgetbv() local 74 : "=a"(eax), "=d"(edx) : "c" (ecx)); in xgetbv() 85 xor ecx, ecx // ecx = 0 in xgetbv()
|
/AliOS-Things-master/components/SDL2/acinclude/ |
A D | ax_gcc_x86_cpuid.m4 | 16 # On output, the values of the eax, ebx, ecx, and edx registers are stored 17 # as hexadecimal strings as "eax:ebx:ecx:edx" in the cache variable 65 int op = $1, eax, ebx, ecx, edx; 68 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) 71 fprintf(f, "%x:%x:%x:%x\n", eax, ebx, ecx, edx);
|
A D | ax_gcc_archflag.m4 | 120 *:*:*[[1-9a-f]]??????:*) # (L2 = ecx >> 16) >= 256
|
/AliOS-Things-master/components/freetype/include/config/ |
A D | ftconfig.h | 462 mov ecx, edx in FT_MulFix_i386() 463 sar ecx, 31 in FT_MulFix_i386() 464 add ecx, 8000h in FT_MulFix_i386() 465 add eax, ecx in FT_MulFix_i386()
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | bn_mul.h | 764 __asm mov ecx, c \ 770 __asm add eax, ecx \ 774 __asm mov ecx, edx \ 846 __asm mov c, ecx \ 853 __asm mov c, ecx \
|
/AliOS-Things-master/components/SDL2/src/atomic/ |
A D | SDL_atomic.c | 61 parm [ecx] [eax] \ 69 parm [edx] [ecx] [eax] \ 76 parm [ecx] [eax] \
|
A D | SDL_spinlock.c | 48 parm [ecx] [eax] \
|
/AliOS-Things-master/components/SDL2/src/cpuinfo/ |
A D | SDL_cpuinfo.c | 174 mov ecx, eax in CPU_haveCPUID() local 180 xor eax, ecx ; Can not toggle ID bit, in CPU_haveCPUID() local 245 __asm xor ecx, ecx \ 249 __asm mov c, ecx \ 299 xor ecx, ecx in CPU_calcCPUIDFeatures()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/amd64/ |
A D | amd64-match.S | 209 xorl %ecx, %ecx 211 cmovng %ecx, %limitd
|