Searched refs:kI8MM (Results 1 – 8 of 8) sorted by relevance
/external/vixl/src/aarch64/ |
D | cpu-aarch64.cc | 79 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()
|
D | cpu-aarch64.h | 160 static const Field kI8MM; variable 217 static const Field kI8MM; variable
|
D | cpu-features-auditor-aarch64.cc | 1695 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()
|
D | assembler-aarch64.cc | 3858 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/ |
D | cpu-features.h | 118 V(kI8MM, "NEON I8MM", "i8mm") \
|
/external/vixl/ |
D | README.md | 85 | I8MM | kI8MM | |
|
/external/vixl/test/aarch64/ |
D | test-assembler-neon-aarch64.cc | 10848 CPUFeatures::kI8MM); in TEST() 10902 SETUP_WITH_FEATURES(CPUFeatures::kNEON, CPUFeatures::kI8MM); in TEST()
|
D | test-assembler-sve-aarch64.cc | 19649 CPUFeatures::kI8MM); in TEST_SVE()
|