HomeSort by: relevance | last modified time | path
    Searched refs:__get_cpuid (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libgcc/config/i386/
crtfastmath.c 88 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
crtfastmath.c 88 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
  /src/external/gpl3/gdb/dist/gdb/nat/
x86-cpuid.h 52 return __get_cpuid (__level, __eax, __ebx, __ecx, __edx);
x86-gcc-cpuid.h 247 __get_cpuid (unsigned int __leaf, function
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
i386-pkru.c 59 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
  /src/external/gpl3/gdb.old/dist/gdb/nat/
x86-cpuid.h 52 return __get_cpuid (__level, __eax, __ebx, __ecx, __edx);
x86-gcc-cpuid.h 247 __get_cpuid (unsigned int __leaf, function
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
i386-pkru.c 59 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
  /src/sys/crypto/chacha/arch/x86/
chacha_sse2_impl.c 133 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
  /src/external/gpl3/binutils/dist/gprofng/common/
cpuid.c 29 __get_cpuid (unsigned int op ATTRIBUTE_UNUSED, unsigned int *eax, function
112 int ret = __get_cpuid (op, &regs->eax, &regs->ebx, &regs->ecx, &regs->edx);
113 TprintfT (DBG_LT1, "my_cpuid: __get_cpuid(0x%x, 0x%x, 0x%x, 0x%x, 0x%x) returns %d\n",
  /src/external/gpl3/binutils.old/dist/gprofng/common/
cpuid.c 29 __get_cpuid (unsigned int op ATTRIBUTE_UNUSED, unsigned int *eax, function
112 int ret = __get_cpuid (op, &regs->eax, &regs->ebx, &regs->ecx, &regs->edx);
113 TprintfT (DBG_LT1, "my_cpuid: __get_cpuid(0x%x, 0x%x, 0x%x, 0x%x, 0x%x) returns %d\n",
  /src/sys/crypto/aes/arch/x86/
aes_sse2_4x32_impl.c 194 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
aes_ssse3_impl.c 189 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
aes_ni.c 290 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
aes_via.c 871 if (!__get_cpuid(0, &eax, &ebx, &ecx, &edx))
879 if (!__get_cpuid(0xc0000000, &eax, &ebx, &ecx, &edx))
883 if (!__get_cpuid(0xc0000001, &eax, &ebx, &ecx, &edx))
  /src/external/bsd/nsd/dist/simdzone/src/
isadetection.h 142 __get_cpuid(level, eax, ebx, ecx, edx);
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
cpuid.h 298 __get_cpuid (unsigned int __leaf, function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
cpuid.h 292 static __inline int __get_cpuid (unsigned int __leaf, unsigned int *__eax, function
  /src/external/gpl3/gcc/dist/gcc/config/i386/
cpuid.h 324 __get_cpuid (unsigned int __leaf, function
  /src/external/gpl3/gcc/dist/libgfortran/config/
fpu-387.h 36 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
  /src/external/gpl3/gcc.old/dist/libgfortran/config/
fpu-387.h 36 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
  /src/external/gpl3/gcc/dist/gcc/common/config/i386/
cpuinfo.h 1116 if (!__get_cpuid (0, &eax, &ebx, &ecx, &edx))
1131 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
  /src/external/gpl3/gcc.old/dist/gcc/common/config/i386/
cpuinfo.h 904 if (!__get_cpuid (0, &eax, &ebx, &ecx, &edx))
919 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
  /src/external/gpl3/binutils/dist/libiberty/
sha1.c 714 && __get_cpuid (1, &eax, &ebx, &ecx, &edx)
  /src/external/gpl3/binutils.old/dist/libiberty/
sha1.c 714 && __get_cpuid (1, &eax, &ebx, &ecx, &edx)

Completed in 52 milliseconds

1 2