Home
last modified time | relevance | path

Searched refs:feature0 (Results 1 - 4 of 4) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-utils-aarch64.h292 bool CPUHas(CPUFeatures::Feature feature0,
296 return dump_cpu_features_.Has(feature0, feature1, feature2, feature3);
/third_party/vixl/src/
H A Dcpu-features.h352 void Remove(Feature feature0);
/third_party/vixl/src/aarch64/
H A Dcpu-features-auditor-aarch64.cc90 void Record(CPUFeatures::Feature feature0, in Record() argument
94 auditor_->last_instruction_.Combine(feature0, feature1, feature2, feature3); in Record()
H A Dassembler-aarch64.h8123 bool CPUHas(CPUFeatures::Feature feature0,
8127 return cpu_features_.Has(feature0, feature1, feature2, feature3);

Completed in 12 milliseconds