Searched refs:feature0 (Results 1 - 4 of 4) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-utils-aarch64.h | 292 bool CPUHas(CPUFeatures::Feature feature0, 296 return dump_cpu_features_.Has(feature0, feature1, feature2, feature3);
|
/third_party/vixl/src/ |
H A D | cpu-features.h | 352 void Remove(Feature feature0);
|
/third_party/vixl/src/aarch64/ |
H A D | cpu-features-auditor-aarch64.cc | 90 void Record(CPUFeatures::Feature feature0, in Record() argument 94 auditor_->last_instruction_.Combine(feature0, feature1, feature2, feature3); in Record()
|
H A D | assembler-aarch64.h | 8123 bool CPUHas(CPUFeatures::Feature feature0, 8127 return cpu_features_.Has(feature0, feature1, feature2, feature3);
|
Completed in 12 milliseconds