Home
last modified time | relevance | path

Searched refs:thumbee (Results 1 – 18 of 18) sorted by relevance

/external/cpu_features/test/
Dcpuinfo_arm_test.cc39 EXPECT_FALSE(info.features.thumbee); in TEST()
84 EXPECT_FALSE(info.features.thumbee); in TEST()
137 EXPECT_FALSE(info.features.thumbee); in TEST()
199 EXPECT_FALSE(info.features.thumbee); in TEST()
249 EXPECT_FALSE(info.features.thumbee); in TEST()
/external/cpuinfo/test/cpuinfo/
Dnexus-s.log3 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
Dgalaxy-tab-3-7.0.log5 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls
Dgalaxy-nexus.log8 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
Dlenovo-vibe-x2.log4 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt
Dpandaboard-es.log8 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
Dpadcod-10.1.log5 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 idiva idivt
Dbeagleboard-xm.log3 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpd32
Dhuawei-ascend-p7.log14 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
Dodroid-u2.log14 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls
Dgalaxy-win-duos.log14 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4
/external/libyuv/files/unit_test/testdata/
Darm_v7.txt3 Features : swp half thumb fastmult vfp edsp iwmmxt thumbee vfpv3 vfpv3d16
/external/cpu_features/include/
Dcpuinfo_arm.h39 int thumbee : 1; // ThumbEE member
/external/cpuinfo/test/mock/
Dscaleway.cc35 TEST(ISA, thumbee) { in TEST() argument
36 ASSERT_FALSE(cpuinfo_isa.thumbee); in TEST()
/external/cpuinfo/src/arm/linux/
Daarch32-isa.c197 isa->thumbee = true; in cpuinfo_arm_linux_decode_isa_from_proc_cpuinfo()
/external/cpu_features/src/
Dcpuinfo_arm.c40 FEATURE(ARM_THUMBEE, thumbee, "thumbee", ARM_HWCAP_THUMBEE, 0) \
/external/cpuinfo/src/arm/mach/
Dinit.c35 .thumbee = false,
/external/cpuinfo/include/
Dcpuinfo.h1441 bool thumbee; member