Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_cpuinfo.c23 uint32_t ebx; 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()
66 cpuinfo->ebx = regs[1]; in __zend_cpuid()
117 zend_cpu_info ebx; in zend_cpu_startup() local
131 __zend_cpuid(7, 0, &ebx); in zend_cpu_startup()
132 cpuinfo.ebx = ebx.ebx; in zend_cpu_startup()
134 cpuinfo.ebx = 0; in zend_cpu_startup()
139 cpuinfo.ebx &= ~(ZEND_CPU_FEATURE_AVX2 & ~ZEND_CPU_EBX_MASK); in zend_cpu_startup()
[all …]
H A DZend.m4389 unsigned eax, ebx, ecx, edx;
390 __cpuid_count(0, 0, eax, ebx, ecx, edx);
/php-src/Zend/asm/
H A Dmake_i386_sysv_elf_gas.S95 jmp *%ebx
100 3: popl %ebx
102 addl $_GLOBAL_OFFSET_TABLE_+[.-3b], %ebx
H A Djump_i386_sysv_macho_gas.S40 movl %ebx, 0x10(%esp) /* save EBX */
68 movl 0x10(%esp), %ebx /* restore EBX */
H A Djump_i386_sysv_elf_gas.S47 movl %ebx, 0x14(%esp) /* save EBX */
83 movl 0x14(%esp), %ebx /* restore EBX */
H A Dmake_i386_sysv_macho_gas.S82 jmp *%ebx
H A Djump_i386_ms_pe_masm.asm60 mov [esp+024h], ebx ; save EBX
103 mov ebx, [esp+024h] ; restore EBX
H A Dmake_i386_ms_pe_masm.asm130 jmp ebx
/php-src/ext/opcache/jit/ir/
H A Dir_x86.h16 _(R3, rbx, ebx, bx, bl, bh) \
54 _(R3, ___, ebx, bx, bl, bh) \
H A Dir_x86.dasc9627 | mov aword [esp+3*4], ebx
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c476 mov [esi + 4], ebx in execute_cpu_id()
485 mov [rsi + 4], ebx in execute_cpu_id()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます12744 # assembler instructions: jnz 0729;cmp ebx,"TCPA"
12762 # assembler instructions: cmp ebx,"TCPA";cmp
H A Dmagic12744 # assembler instructions: jnz 0729;cmp ebx,"TCPA"
12762 # assembler instructions: cmp ebx,"TCPA";cmp

Completed in 172 milliseconds