Home
last modified time | relevance | path

Searched refs:ecx (Results 1 – 12 of 12) sorted by relevance

/PHP-8.2/Zend/asm/
H A Dmake_i386_sysv_elf_gas.S48 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 Dmake_i386_sysv_macho_gas.S46 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 Dmake_i386_ms_pe_masm.asm51 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 Djump_i386_ms_pe_masm.asm67 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 Djump_i386_sysv_elf_gas.S41 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 Djump_i386_sysv_macho_gas.S44 movl %esp, %ecx
56 movl %ecx, %eax
59 movl 0x18(%esp), %ecx /* restore EIP */
74 jmp *%ecx
/PHP-8.2/Zend/
H A Dzend_cpuinfo.c24 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 DZend.m4370 unsigned eax, ebx, ecx, edx;
371 __cpuid_count(0, 0, eax, ebx, ecx, edx);
/PHP-8.2/ext/gd/libgd/
H A Dgd_gd2.c436 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.2/ext/opcache/jit/
H A Dzend_jit_x86.dasc35 |.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
10138 | cmp ecx, (func->op_array.num_args)
10145 | cmp ecx, edx
10169 | mov edx, ecx
10172 | imul r2, ecx, sizeof(zend_op)
10183 | sub edx, ecx
[all …]
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic12384 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13
H A Dmagic私はガラスを食べられます12384 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13

Completed in 173 milliseconds