Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/runtime_primitives/
Dplatform.cc32 unsigned int eax, ebx, ecx, edx; in Init() local
37 __cpuid(0, eax, ebx, ecx, edx); in Init()
38 if (((ebx == signature_AMD_ebx && ecx == signature_AMD_ecx && edx == signature_AMD_edx) || in Init()
39 (ebx == signature_HYGON_ebx && ecx == signature_HYGON_ecx && edx == signature_HYGON_edx))) { in Init()
41 __cpuid(1, eax, ebx, ecx, edx); in Init()
50 __cpuid(1, eax, ebx, ecx, edx); in Init()
62 __cpuid(0x80000001, eax, ebx, ecx, edx); in Init()
66 __cpuid_count(7, 0, eax, ebx, ecx, edx); in Init()
67 platform_capabilities.kHasBMI = ebx & bit_BMI; in Init()
68 platform_capabilities.kHasBMI2 = ebx & bit_BMI2; in Init()
[all …]
/frameworks/libs/binary_translation/base/
Draw_syscall_x86_32.S23 push %ebx
25 .cfi_rel_offset ebx, 0
38 mov 24(%esp), %ebx
56 pop %ebx
58 .cfi_restore ebx
/frameworks/libs/binary_translation/guest_os_primitives/
Dunmap_and_exit_x86_32.S24 mov 4(%esp), %ebx
31 mov %edx, %ebx
/frameworks/libs/binary_translation/assembler/include/berberis/assembler/
Dx86_32.h39 static constexpr Register ebx{3};