Home
last modified time | relevance | path

Searched refs:edx (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_cpuinfo.c25 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 DZend.m4522 unsigned eax, ebx, ecx, edx;
523 __cpuid_count(0, 0, eax, ebx, ecx, edx);
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c363 mov features, edx in get_cpu_features()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます11205 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13
H A Dmagic11205 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13

Completed in 132 milliseconds