Searched refs:cpuid (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | atomicops_internals_x86_gcc.cc | 48 #define cpuid(a, b, c, d, inp) \ macro 54 #define cpuid(a, b, c, d, inp) \ macro 61 #if defined(cpuid) // initialize the struct only on x86 85 cpuid(eax, ebx, ecx, edx, 0); in AtomicOps_Internalx86CPUFeaturesInit() 93 cpuid(eax, ebx, ecx, edx, 1); in AtomicOps_Internalx86CPUFeaturesInit()
|