Searched refs:edx (Results 1 – 5 of 5) sorted by relevance
/PHP-7.4/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() 146 return (cpuinfo.edx & (feature & ~ZEND_CPU_EDX_MASK)); in zend_cpu_supports()
|
H A D | Zend.m4 | 522 unsigned eax, ebx, ecx, edx; 523 __cpuid_count(0, 0, eax, ebx, ecx, edx);
|
/PHP-7.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_common.c | 363 mov features, edx in get_cpu_features()
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 11205 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13
|
H A D | magic | 11205 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13
|
Completed in 100 milliseconds