Searched refs:__get_cpuid (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dx86-cpuid.h48 return __get_cpuid (__level, __eax, __ebx, __ecx, __edx);
H A Dx86-gcc-cpuid.h247 __get_cpuid (unsigned int __leaf, function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dcrtfastmath.c88 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
H A Dcpuinfo.c450 if (!__get_cpuid (0, &eax, &ebx, &ecx, &edx))
465 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dcrtfastmath.c88 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dx86-cpuid.h52 return __get_cpuid (__level, __eax, __ebx, __ecx, __edx);
H A Dx86-gcc-cpuid.h247 __get_cpuid (unsigned int __leaf, function
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Di386-pkru.c59 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Di386-pkru.c59 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/common/
H A Dcpuid.c27 __get_cpuid (unsigned int op ATTRIBUTE_UNUSED, unsigned int *eax, function
103 int ret = __get_cpuid (op, &regs->eax, &regs->ebx, &regs->ecx, &regs->edx);
104 TprintfT (DBG_LT1, "my_cpuid: __get_cpuid(0x%x, 0x%x, 0x%x, 0x%x, 0x%x) returns %d\n",
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dcpuid.c27 __get_cpuid (unsigned int op ATTRIBUTE_UNUSED, unsigned int *eax, function
103 int ret = __get_cpuid (op, &regs->eax, &regs->ebx, &regs->ecx, &regs->edx);
104 TprintfT (DBG_LT1, "my_cpuid: __get_cpuid(0x%x, 0x%x, 0x%x, 0x%x, 0x%x) returns %d\n",
/netbsd-current/sys/crypto/chacha/arch/x86/
H A Dchacha_sse2_impl.c133 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
/netbsd-current/sys/crypto/aes/arch/x86/
H A Daes_sse2_impl.c192 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
H A Daes_ssse3_impl.c189 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
H A Daes_ni.c290 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
H A Daes_via.c863 if (!__get_cpuid(0, &eax, &ebx, &ecx, &edx))
871 if (!__get_cpuid(0xc0000000, &eax, &ebx, &ecx, &edx))
875 if (!__get_cpuid(0xc0000001, &eax, &ebx, &ecx, &edx))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dcpuid.h283 __get_cpuid (unsigned int __leaf, function
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dcpuid.h298 __get_cpuid (unsigned int __leaf, function
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dcpuid.h292 static __inline int __get_cpuid (unsigned int __leaf, unsigned int *__eax, function
/netbsd-current/external/gpl3/gcc/dist/gcc/common/config/i386/
H A Dcpuinfo.h888 if (!__get_cpuid (0, &eax, &ebx, &ecx, &edx))
903 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/config/
H A Dfpu-387.h36 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
/netbsd-current/external/gpl3/gcc/dist/libgfortran/config/
H A Dfpu-387.h36 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dsha1.c714 && __get_cpuid (1, &eax, &ebx, &ecx, &edx)
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dsha1.c714 && __get_cpuid (1, &eax, &ebx, &ecx, &edx)
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dlex.c516 else if (__get_cpuid (1, &dummy, &dummy, &ecx, &edx) || minimum == 2)
525 else if (__get_cpuid (0x80000001, &dummy, &dummy, &dummy, &edx))

Completed in 185 milliseconds

12