Home
last modified time | relevance | path

Searched refs:eax (Results 1 – 13 of 13) sorted by relevance

/php-src/Zend/asm/
H A Dmake_i386_sysv_macho_gas.S32 movl 0x4(%esp), %eax
36 leal -0x8(%eax), %eax
39 andl $-16, %eax
42 leal -0x34(%eax), %eax
47 movl %ecx, 0x10(%eax)
50 stmxcsr (%eax)
52 fnstcw 0x4(%eax)
62 movl %ecx, 0x18(%eax)
78 movl %eax, (%esp)
86 xorl %eax, %eax
[all …]
H A Dmake_i386_sysv_elf_gas.S34 movl 0x4(%esp), %eax
38 leal -0x8(%eax), %eax
41 andl $-16, %eax
44 leal -0x34(%eax), %eax
49 movl %ecx, 0x14(%eax)
52 stmxcsr (%eax)
54 fnstcw 0x4(%eax)
64 leal 0xc(%eax), %ecx
65 movl %ecx, 0x20(%eax)
105 xorl %eax, %eax
[all …]
H A Dmake_i386_ms_pe_masm.asm31 mov eax, [esp+04h]
35 lea eax, [eax-08h]
38 and eax, -16
43 lea eax, [eax-040h]
46 stmxcsr [eax]
48 fnstcw [eax+04h]
63 mov [eax+0ch], ecx
66 mov [eax+08h], ecx
126 mov [esp], eax
134 xor eax, eax
[all …]
H A Djump_i386_ms_pe_masm.asm43 mov eax, [edx+010h]
44 mov [esp+08h], eax
46 mov eax, [edx+0e0ch]
47 mov [esp+0ch], eax
49 mov eax, [edx+08h]
50 mov [esp+010h], eax
52 mov eax, [edx+04h]
53 mov [esp+014h], eax
55 mov eax, [edx]
56 mov [esp+018h], eax
[all …]
H A Djump_i386_sysv_elf_gas.S54 movl 0x24(%esp), %eax
60 movl %eax, %esp
63 movl 0x20(%esp), %eax
65 movl %ecx, (%eax)
67 movl %edx, 0x4(%eax)
H A Djump_i386_sysv_macho_gas.S47 movl 0x1c(%esp), %eax
53 movl %eax, %esp
56 movl %ecx, %eax
/php-src/Zend/
H A Dzend_cpuinfo.c22 uint32_t eax; 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()
65 cpuinfo->eax = regs[0]; in __zend_cpuid()
72 cpuinfo->eax = 0; in __zend_cpuid()
83 unsigned eax, edx; in get_xcr0_eax() local
84 __asm__(".byte 0x0f, 0x01, 0xd0" : "=a"(eax), "=d"(edx) : "c"(0)); in get_xcr0_eax()
85 return eax; in get_xcr0_eax()
122 max_feature = cpuinfo.eax; in zend_cpu_startup()
H A DZend.m4391 unsigned eax, ebx, ecx, edx;
392 __cpuid_count(0, 0, eax, ebx, ecx, edx);
/php-src/ext/opcache/jit/ir/
H A Dir_x86.h13 _(R0, rax, eax, ax, al, ah) \
51 _(R0, ___, eax, ax, al, ah) \
H A Dir_x86.dasc2212 return IR_ABS_INT; // movl %edi, %eax; negl %eax; cmovs %edi, %eax
9624 | mov aword [esp+0*4], eax
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c473 mov eax, [esi] in execute_cpu_id()
476 mov [esi], eax in execute_cpu_id()
482 mov eax, [rsi] in execute_cpu_id()
485 mov [rsi], eax in execute_cpu_id()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます27493 # start with assembler instructions mov eax,21cd4cffh
27497 # eax,21cd4cfeh) as a magic number.
H A Dmagic27493 # start with assembler instructions mov eax,21cd4cffh
27497 # eax,21cd4cfeh) as a magic number.

Completed in 191 milliseconds