Searched refs:regs (Results 1 – 3 of 3) sorted by relevance
981 int regs[4]; in android_cpuInit() local988 x86_cpuid(0, regs); in android_cpuInit()989 int vendorIsIntel = (regs[1] == VENDOR_INTEL_b && in android_cpuInit()990 regs[2] == VENDOR_INTEL_c && in android_cpuInit()991 regs[3] == VENDOR_INTEL_d); in android_cpuInit()993 x86_cpuid(1, regs); in android_cpuInit()994 if ((regs[2] & (1 << 9)) != 0) { in android_cpuInit()997 if ((regs[2] & (1 << 23)) != 0) { in android_cpuInit()1000 if (vendorIsIntel && (regs[2] & (1 << 22)) != 0) { in android_cpuInit()
82 LOCAL_MODULE := fp-regs83 LOCAL_SRC_FILES := fp-regs.cpp