HomeSort by: relevance | last modified time | path
    Searched defs:ebx (Results 1 - 25 of 106) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gdb.old/dist/gdb/nat/
x86-xstate.c 29 uint32_t ebx; local
34 if (!x86_cpuid_count (0xd, feature, nullptr, &ebx, nullptr, nullptr))
36 return ebx;
44 uint32_t ebx; local
46 if (!x86_cpuid_count (0xd, 0, nullptr, &ebx, nullptr, nullptr))
48 return ebx;
x86-xstate.c 29 uint32_t ebx; local
34 if (!x86_cpuid_count (0xd, feature, nullptr, &ebx, nullptr, nullptr))
36 return ebx;
44 uint32_t ebx; local
46 if (!x86_cpuid_count (0xd, 0, nullptr, &ebx, nullptr, nullptr))
48 return ebx;
  /src/external/gpl3/gdb/dist/gdb/nat/
x86-xstate.c 29 uint32_t ebx; local
34 if (!x86_cpuid_count (0xd, feature, nullptr, &ebx, nullptr, nullptr))
36 return ebx;
44 uint32_t ebx; local
46 if (!x86_cpuid_count (0xd, 0, nullptr, &ebx, nullptr, nullptr))
48 return ebx;
x86-xstate.c 29 uint32_t ebx; local
34 if (!x86_cpuid_count (0xd, feature, nullptr, &ebx, nullptr, nullptr))
36 return ebx;
44 uint32_t ebx; local
46 if (!x86_cpuid_count (0xd, 0, nullptr, &ebx, nullptr, nullptr))
48 return ebx;
x86-linux.c 147 unsigned int eax, ebx, ecx, edx; local
148 eax = ebx = ecx = edx = 0;
150 if (!__get_cpuid_count (7, 0, &eax, &ebx, &ecx, &edx))
  /src/external/gpl3/gcc/dist/libgomp/config/linux/x86/
spincount.h 36 unsigned int eax, ebx, ecx, edx; local
37 if (__get_cpuid_count (7, 0, &eax, &ebx, &ecx, &edx)
spincount.h 36 unsigned int eax, ebx, ecx, edx; local
37 if (__get_cpuid_count (7, 0, &eax, &ebx, &ecx, &edx)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
i386-pkru.c 57 unsigned int eax, ebx, ecx, edx; local
59 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
67 __cpuid_count (7, 0, eax, ebx, ecx, edx);
i386-pkru.c 57 unsigned int eax, ebx, ecx, edx; local
59 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
67 __cpuid_count (7, 0, eax, ebx, ecx, edx);
i386-avx512.c 80 unsigned int eax, ebx, ecx, edx, max_level, vendor, has_osxsave, has_avx512f; local
83 __cpuid (1, eax, ebx, ecx, edx);
89 __cpuid_count (7, 0, eax, ebx, ecx, edx);
90 has_avx512f = ebx & bit_AVX512F;
i386-avx512.c 80 unsigned int eax, ebx, ecx, edx, max_level, vendor, has_osxsave, has_avx512f; local
83 __cpuid (1, eax, ebx, ecx, edx);
89 __cpuid_count (7, 0, eax, ebx, ecx, edx);
90 has_avx512f = ebx & bit_AVX512F;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
i386-pkru.c 57 unsigned int eax, ebx, ecx, edx; local
59 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
67 __cpuid_count (7, 0, eax, ebx, ecx, edx);
i386-pkru.c 57 unsigned int eax, ebx, ecx, edx; local
59 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
67 __cpuid_count (7, 0, eax, ebx, ecx, edx);
i386-avx512.c 80 unsigned int eax, ebx, ecx, edx, max_level, vendor, has_osxsave, has_avx512f; local
83 __cpuid (1, eax, ebx, ecx, edx);
89 __cpuid_count (7, 0, eax, ebx, ecx, edx);
90 has_avx512f = ebx & bit_AVX512F;
i386-avx512.c 80 unsigned int eax, ebx, ecx, edx, max_level, vendor, has_osxsave, has_avx512f; local
83 __cpuid (1, eax, ebx, ecx, edx);
89 __cpuid_count (7, 0, eax, ebx, ecx, edx);
90 has_avx512f = ebx & bit_AVX512F;
  /src/sys/arch/x86/x86/
bios32.c 201 uint32_t eax, ebx, ecx, edx; local
208 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx)
214 entry = ebx + edx;
229 ei->bei_base = ebx;
bios32.c 201 uint32_t eax, ebx, ecx, edx; local
208 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx)
214 entry = ebx + edx;
229 ei->bei_base = ebx;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
insn-reverse-x86.c 35 unsigned int eax, ebx, ecx, edx; local
44 __cpuid (1, eax, ebx, ecx, edx);
50 __cpuid_count (7, 0, eax, ebx, ecx, edx);
51 supports_rdseed = ((ebx & rdseed_mask) == rdseed_mask);
101 __asm__ volatile ("rdrand %%ebx;": : : "%ebx");
210 __asm__ volatile ("rdseed %%ebx;": : : "%ebx");
insn-reverse-x86.c 35 unsigned int eax, ebx, ecx, edx; local
44 __cpuid (1, eax, ebx, ecx, edx);
50 __cpuid_count (7, 0, eax, ebx, ecx, edx);
51 supports_rdseed = ((ebx & rdseed_mask) == rdseed_mask);
101 __asm__ volatile ("rdrand %%ebx;": : : "%ebx");
210 __asm__ volatile ("rdseed %%ebx;": : : "%ebx");
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
insn-reverse-x86.c 35 unsigned int eax, ebx, ecx, edx; local
44 __cpuid (1, eax, ebx, ecx, edx);
50 __cpuid_count (7, 0, eax, ebx, ecx, edx);
51 supports_rdseed = ((ebx & rdseed_mask) == rdseed_mask);
101 __asm__ volatile ("rdrand %%ebx;": : : "%ebx");
210 __asm__ volatile ("rdseed %%ebx;": : : "%ebx");
insn-reverse-x86.c 35 unsigned int eax, ebx, ecx, edx; local
44 __cpuid (1, eax, ebx, ecx, edx);
50 __cpuid_count (7, 0, eax, ebx, ecx, edx);
51 supports_rdseed = ((ebx & rdseed_mask) == rdseed_mask);
101 __asm__ volatile ("rdrand %%ebx;": : : "%ebx");
210 __asm__ volatile ("rdseed %%ebx;": : : "%ebx");
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
crtfastmath.c 86 unsigned int eax, ebx, ecx, edx; local
88 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
crtfastmath.c 86 unsigned int eax, ebx, ecx, edx; local
88 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
crtfastmath.c 86 unsigned int eax, ebx, ecx, edx; local
88 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
crtfastmath.c 86 unsigned int eax, ebx, ecx, edx; local
88 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))

Completed in 69 milliseconds

1 2 3 4 5