Searched refs:ecx (Results 1 – 12 of 12) sorted by relevance
/PHP-8.3/Zend/asm/ |
H A D | make_i386_sysv_elf_gas.S | 48 movl 0xc(%esp), %ecx 49 movl %ecx, 0x14(%eax) 59 movl %ecx, 0x8(%eax) /* save stack guard */ 64 leal 0xc(%eax), %ecx 65 movl %ecx, 0x20(%eax) 70 1: popl %ecx 72 addl $trampoline-1b, %ecx 75 movl %ecx, 0x1c(%eax) 80 2: popl %ecx 82 addl $finish-2b, %ecx [all …]
|
H A D | make_i386_sysv_macho_gas.S | 46 movl 0xc(%esp), %ecx 47 movl %ecx, 0x10(%eax) 57 1: popl %ecx 59 addl $trampoline-1b, %ecx 62 movl %ecx, 0x18(%eax) 67 2: popl %ecx 69 addl $finish-2b, %ecx 72 movl %ecx, 0x14(%eax)
|
H A D | make_i386_ms_pe_masm.asm | 51 mov ecx, [esp+04h] 59 lea ecx, [ecx+edx] 63 mov [eax+0ch], ecx 65 xor ecx, ecx 66 mov [eax+08h], ecx 70 mov ecx, [esp+0ch] 80 mov ecx, finish 92 mov ecx, fs:[0h] 97 mov edx, [ecx] 103 xchg edx, ecx [all …]
|
H A D | jump_i386_ms_pe_masm.asm | 67 mov ecx, [esp+030h] 70 mov esp, ecx 84 mov ecx, [esp+08h] 85 mov [edx+010h], ecx 87 mov ecx, [esp+0ch] 90 mov ecx, [esp+010h] 91 mov [edx+08h], ecx 93 mov ecx, [esp+014h] 94 mov [edx+04h], ecx 97 mov [edx], ecx [all …]
|
H A D | jump_i386_sysv_elf_gas.S | 41 movl %gs:0x14, %ecx /* read stack guard from TLS record */ 42 movl %ecx, 0x8(%esp) /* save stack guard */ 51 movl %esp, %ecx 65 movl %ecx, (%eax) 69 movl 0x1c(%esp), %ecx /* restore EIP */ 89 jmp *%ecx
|
H A D | jump_i386_sysv_macho_gas.S | 44 movl %esp, %ecx 56 movl %ecx, %eax 59 movl 0x18(%esp), %ecx /* restore EIP */ 74 jmp *%ecx
|
/PHP-8.3/Zend/ |
H A D | zend_cpuinfo.c | 24 uint32_t ecx; member 35 __cpuid_count(func, subfunc, cpuinfo->eax, cpuinfo->ebx, cpuinfo->ecx, cpuinfo->edx); in __zend_cpuid() 46 : "=a"(cpuinfo->eax), "=r"(cpuinfo->ebx), "=c"(cpuinfo->ecx), "=d"(cpuinfo->edx) in __zend_cpuid() 52 : "=a"(cpuinfo->eax), "=b"(cpuinfo->ebx), "=c"(cpuinfo->ecx), "=d"(cpuinfo->edx) in __zend_cpuid() 67 cpuinfo->ecx = regs[2]; in __zend_cpuid() 94 if (!(cpuinfo.ecx & ZEND_CPU_FEATURE_AVX)) { in is_avx_supported() 98 if (!(cpuinfo.ecx & ZEND_CPU_FEATURE_OSXSAVE)) { in is_avx_supported() 151 return (cpuinfo.ecx & feature); in zend_cpu_supports()
|
H A D | Zend.m4 | 392 unsigned eax, ebx, ecx, edx; 393 __cpuid_count(0, 0, eax, ebx, ecx, edx);
|
/PHP-8.3/ext/gd/libgd/ |
H A D | gd_gd2.c | 436 int scx, scy, ecx, ecy, fsx, fsy; in gdImageCreateFromGd2PartCtx() local 520 ecx = (srcx + w) / cs; in gdImageCreateFromGd2PartCtx() 522 if (ecx >= ncx) { in gdImageCreateFromGd2PartCtx() 523 ecx = ncx - 1; in gdImageCreateFromGd2PartCtx() 541 for (cx = scx; cx <= ecx; cx++) { in gdImageCreateFromGd2PartCtx()
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_x86.dasc | 35 |.define CARG1d, ecx 64 |.define CARG4d, ecx 83 |.define FCARG1d, ecx 1935 | mov ecx, dword OP:r0->result.var 2413 | mov aword [r4+1*4], ecx 10172 | cmp ecx, (func->op_array.num_args) 10179 | cmp ecx, edx 10203 | mov edx, ecx 10206 | imul r2, ecx, sizeof(zend_op) 10217 | sub edx, ecx [all …]
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 13599 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13
|
H A D | magic私はガラスを食べられます | 13599 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13
|
Completed in 219 milliseconds