Searched refs:ebx (Results 1 – 11 of 11) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_cpuinfo.c | 23 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 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 | make_i386_sysv_elf_gas.S | 95 jmp *%ebx 100 3: popl %ebx 102 addl $_GLOBAL_OFFSET_TABLE_+[.-3b], %ebx
|
H A D | jump_i386_sysv_macho_gas.S | 40 movl %ebx, 0x10(%esp) /* save EBX */ 68 movl 0x10(%esp), %ebx /* restore EBX */
|
H A D | jump_i386_sysv_elf_gas.S | 47 movl %ebx, 0x14(%esp) /* save EBX */ 83 movl 0x14(%esp), %ebx /* restore EBX */
|
H A D | make_i386_sysv_macho_gas.S | 82 jmp *%ebx
|
H A D | jump_i386_ms_pe_masm.asm | 60 mov [esp+024h], ebx ; save EBX 103 mov ebx, [esp+024h] ; restore EBX
|
H A D | make_i386_ms_pe_masm.asm | 130 jmp ebx
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_x86.dasc | 2947 "1:\tmovl (%%esp), %%ebx\n\t" 2950 "addl $_GLOBAL_OFFSET_TABLE_, %%ebx\n\t" 2951 "leal _tsrm_ls_cache@tlsldm(%%ebx), %0\n\t" 2953 "leal _tsrm_ls_cache@tlsldm(%%ebx), %0\n"
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 12744 # assembler instructions: jnz 0729;cmp ebx,"TCPA" 12762 # assembler instructions: cmp ebx,"TCPA";cmp
|
H A D | magic私はガラスを食べられます | 12744 # assembler instructions: jnz 0729;cmp ebx,"TCPA" 12762 # assembler instructions: cmp ebx,"TCPA";cmp
|
Completed in 189 milliseconds