HomeSort by relevance Sort by last modified time
    Searched refs:has_cpuid (Results 1 - 7 of 7) sorted by null

  /external/valgrind/coregrind/
pub_core_cpuid.h 42 extern Bool VG_(has_cpuid) ( void );
m_cpuid.S 34 Bool VG_(has_cpuid)(void)
38 .globl VG_(has_cpuid)
39 VG_(has_cpuid):
62 .globl VG_(has_cpuid)
63 VG_(has_cpuid):
m_cache.c 490 vg_assert(VG_(has_cpuid)());
m_machine.c 785 if (!VG_(has_cpuid)())
885 if (!VG_(has_cpuid)())
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.c 84 static int has_cpuid(void);
146 static int has_cpuid(void) function
254 if (has_cpuid()) {
  /prebuilts/go/darwin-x86/src/runtime/
asm_386.s 30 JMP has_cpuid
42 JNE has_cpuid
54 has_cpuid: label
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_386.s 30 JMP has_cpuid
42 JNE has_cpuid
54 has_cpuid: label
    [all...]

Completed in 228 milliseconds