Home
last modified time | relevance | path

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

/external/cpu_features/test/
Dcpuinfo_arm_test.cc39 EXPECT_FALSE(info.features.thumbee); in TEST()
78 EXPECT_FALSE(info.features.thumbee); in TEST()
131 EXPECT_FALSE(info.features.thumbee); in TEST()
193 EXPECT_FALSE(info.features.thumbee); in TEST()
243 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
Dodroid-u2.log14 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls
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
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.h36 int thumbee : 1; // ThumbEE member
/external/cpu_features/src/
Dcpuinfo_arm.c38 DECLARE_SETTER(ArmFeatures, thumbee)
251 return features->thumbee; in GetArmFeaturesEnumValue()
/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.c177 isa->thumbee = true; in cpuinfo_arm_linux_decode_isa_from_proc_cpuinfo()
/external/cpuinfo/src/arm/mach/
Dinit.c22 .thumbee = false,
/external/cpuinfo/include/
Dcpuinfo.h1404 bool thumbee; member
/external/v8/
DChangeLog42823 Emulate MLS on pre-ARMv6T2. Cleaned up thumbee vs. thumb2 confusion.