Home
last modified time | relevance | path

Searched refs:regs (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/android/cpufeatures/
Dcpu-features.c981 int regs[4]; in android_cpuInit() local
988 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()
/ndk/tests/device/test-stlport_static-exception/jni/
DAndroid.mk82 LOCAL_MODULE := fp-regs
83 LOCAL_SRC_FILES := fp-regs.cpp
/ndk/tests/device/test-stlport_shared-exception/jni/
DAndroid.mk82 LOCAL_MODULE := fp-regs
83 LOCAL_SRC_FILES := fp-regs.cpp