Home
last modified time | relevance | path

Searched refs:form_hash (Results 1 - 3 of 3) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.cc53 bool Instruction::CanTakeSVEMovprfx(uint32_t form_hash, in CanTakeSVEMovprfx() argument
71 switch (form_hash) { in CanTakeSVEMovprfx()
H A Dcpu-features-auditor-aarch64.cc1409 uint32_t form_hash = Hash(form.c_str()); in Visit() local
1411 FormToVisitorFnMap::const_iterator it = fv->find(form_hash); in Visit()
1830 if (features.count(form_hash) > 0) { in Visit()
1831 scope.Record(features[form_hash]); in Visit()
H A Dinstructions-aarch64.h485 bool CanTakeSVEMovprfx(uint32_t form_hash, Instruction const* movprfx) const;

Completed in 6 milliseconds