Searched refs:eax (Results 1 – 12 of 12) sorted by relevance
/PHP-8.3/Zend/asm/ |
H A D | make_i386_sysv_macho_gas.S | 32 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 D | make_i386_sysv_elf_gas.S | 34 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 D | make_i386_ms_pe_masm.asm | 31 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 D | jump_i386_ms_pe_masm.asm | 43 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 D | jump_i386_sysv_elf_gas.S | 54 movl 0x24(%esp), %eax 60 movl %eax, %esp 63 movl 0x20(%esp), %eax 65 movl %ecx, (%eax) 67 movl %edx, 0x4(%eax)
|
H A D | jump_i386_sysv_macho_gas.S | 47 movl 0x1c(%esp), %eax 53 movl %eax, %esp 56 movl %ecx, %eax
|
/PHP-8.3/Zend/ |
H A D | zend_cpuinfo.c | 22 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 D | Zend.m4 | 392 unsigned eax, ebx, ecx, edx; 393 __cpuid_count(0, 0, eax, ebx, ecx, edx);
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_x86.dasc | 1781 | test eax, eax 2439 | test eax, eax 2492 | test eax, eax 3590 | test eax, eax 7231 | lea eax, [eax + 2] 7738 | test, eax, eax 7760 | lea eax, [eax + 2] 8371 | lea eax, [eax + 2] 8422 | lea eax, [eax + 2] 8484 | lea eax, [eax + 2] [all …]
|
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_common.c | 420 mov eax, 0 in get_cpu_features() 421 lzcnt eax, eax in get_cpu_features() 423 mov value, eax in get_cpu_features() 430 mov eax, 0 in get_cpu_features() 431 tzcnt eax, eax in get_cpu_features() 433 mov value, eax in get_cpu_features() 440 mov eax, 1 in get_cpu_features()
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 27493 # start with assembler instructions mov eax,21cd4cffh 27497 # eax,21cd4cfeh) as a magic number.
|
H A D | magic私はガラスを食べられます | 27493 # start with assembler instructions mov eax,21cd4cffh 27497 # eax,21cd4cfeh) as a magic number.
|
Completed in 181 milliseconds