Home
last modified time | relevance | path

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

/php-src/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-src/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.m4391 unsigned eax, ebx, ecx, edx;
392 __cpuid_count(0, 0, eax, ebx, ecx, edx);
/php-src/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-src/ext/opcache/jit/ir/
H A Dir_x86.h14 _(R1, rcx, ecx, cx, cl, ch) \
52 _(R1, ___, ecx, cx, cl, ch) \
H A Dir_x86.dasc9625 | mov aword [esp+1*4], ecx
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c474 mov ecx, [esi + 8] in execute_cpu_id()
478 mov [esi + 8], ecx in execute_cpu_id()
483 mov ecx, [rsi + 8] in execute_cpu_id()
487 mov [rsi + 8], ecx in execute_cpu_id()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます13599 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13
H A Dmagic13599 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13

Completed in 350 milliseconds