Home
last modified time | relevance | path

Searched refs:kI8MM (Results 1 – 8 of 8) sorted by relevance

/external/vixl/src/aarch64/
Dcpu-aarch64.cc79 const IDRegister::Field AA64ISAR1::kI8MM(52); member in vixl::aarch64::AA64ISAR1
96 const IDRegister::Field AA64ZFR0::kI8MM(44); member in vixl::aarch64::AA64ZFR0
159 if (Get(kI8MM) >= 1) f.Combine(CPUFeatures::kI8MM); in GetCPUFeatures()
212 if (Get(kI8MM) >= 1) f.Combine(CPUFeatures::kSVEI8MM); in GetCPUFeatures()
307 CPUFeatures::kI8MM, in InferCPUFeaturesFromOS()
Dcpu-aarch64.h160 static const Field kI8MM; variable
217 static const Field kI8MM; variable
Dcpu-features-auditor-aarch64.cc1695 CPUFeatures(CPUFeatures::kNEON, CPUFeatures::kI8MM)}, in Visit()
1697 CPUFeatures(CPUFeatures::kNEON, CPUFeatures::kI8MM)}, in Visit()
1699 CPUFeatures(CPUFeatures::kNEON, CPUFeatures::kI8MM)}, in Visit()
1717 CPUFeatures(CPUFeatures::kNEON, CPUFeatures::kI8MM)}, in Visit()
1719 CPUFeatures(CPUFeatures::kNEON, CPUFeatures::kI8MM)}, in Visit()
1721 CPUFeatures(CPUFeatures::kNEON, CPUFeatures::kI8MM)}, in Visit()
Dassembler-aarch64.cc3858 VIXL_ASSERT(CPUHas(CPUFeatures::kNEON, CPUFeatures::kI8MM)); in usdot()
4182 VIXL_ASSERT(CPUHas(CPUFeatures::kNEON, CPUFeatures::kI8MM)); in sudot()
4196 VIXL_ASSERT(CPUHas(CPUFeatures::kNEON, CPUFeatures::kI8MM)); in usdot()
5264 VIXL_ASSERT(CPUHas(CPUFeatures::kI8MM)); in smmla()
5273 VIXL_ASSERT(CPUHas(CPUFeatures::kI8MM)); in usmmla()
5282 VIXL_ASSERT(CPUHas(CPUFeatures::kI8MM)); in ummla()
/external/vixl/src/
Dcpu-features.h118 V(kI8MM, "NEON I8MM", "i8mm") \
/external/vixl/
DREADME.md85 | I8MM | kI8MM | |
/external/vixl/test/aarch64/
Dtest-assembler-neon-aarch64.cc10848 CPUFeatures::kI8MM); in TEST()
10902 SETUP_WITH_FEATURES(CPUFeatures::kNEON, CPUFeatures::kI8MM); in TEST()
Dtest-assembler-sve-aarch64.cc19649 CPUFeatures::kI8MM); in TEST_SVE()