Searched refs:ecx (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 | 81 uint32_t ecx; in AtomicOps_Internalx86CPUFeaturesInit() local 85 cpuid(eax, ebx, ecx, edx, 0); in AtomicOps_Internalx86CPUFeaturesInit() 89 memcpy(vendor + 8, &ecx, 4); in AtomicOps_Internalx86CPUFeaturesInit() 93 cpuid(eax, ebx, ecx, edx, 1); in AtomicOps_Internalx86CPUFeaturesInit()
|