Searched refs:edx (Results 1 – 11 of 11) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_cpuinfo.c | 25 uint32_t edx; 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() 68 cpuinfo->edx = regs[3]; 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() 138 cpuinfo.edx &= ~ZEND_CPU_FEATURE_AVX; in zend_cpu_startup() 147 return (cpuinfo.edx & (feature & ~ZEND_CPU_EDX_MASK)); 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/Zend/asm/ |
H A D | jump_i386_ms_pe_masm.asm | 40 mov edx, fs:[018h] 43 mov eax, [edx+010h] 46 mov eax, [edx+0e0ch] 49 mov eax, [edx+08h] 52 mov eax, [edx+04h] 55 mov eax, [edx] 81 mov edx, fs:[018h] 85 mov [edx+010h], ecx 91 mov [edx+08h], ecx 94 mov [edx+04h], ecx [all …]
|
H A D | jump_i386_sysv_elf_gas.S | 57 movl 0x28(%esp), %edx 67 movl %edx, 0x4(%eax) 77 movl 0x8(%esp), %edx /* load stack guard */ 78 movl %edx, %gs:0x14 /* restore stack guard to TLS record */
|
H A D | make_i386_ms_pe_masm.asm | 55 mov edx, [esp+08h] 57 neg edx 59 lea ecx, [ecx+edx] 97 mov edx, [ecx] 99 inc edx 101 dec edx 103 xchg edx, ecx 127 mov [esp+04h], edx
|
H A D | jump_i386_sysv_macho_gas.S | 50 movl 0x20(%esp), %edx
|
H A D | make_i386_sysv_macho_gas.S | 79 movl %edx, 0x4(%esp)
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_x86.dasc | 36 |.define CARG2d, edx 63 |.define CARG3d, edx 82 |.define FCARG2a, edx 84 |.define FCARG2d, edx 9096 | shl edx, 4 10217 | sub edx, ecx 10227 | sub edx, 1 12683 | mov edx, 1 12685 | shl edx, cl 15252 | mov edx, 1 [all …]
|
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_common.c | 442 mov value, edx in get_cpu_features()
|
/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 240 milliseconds