Home
last modified time | relevance | path

Searched refs:kStl (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc391 case kStl: in ToCString()
Dconstants-aarch32.h300 kStl, enumerator
Dassembler-aarch32.h861 (type == kStl) || (type == kStlb) || (type == kStlh)); in Delegate()
Ddisasm-aarch32.cc2953 os().SetCurrentInstruction(kStl, kAddress | kLoadStore); in stl()
2954 os() << ToCString(kStl) << ConditionPrinter(it_block_, cond) << " " << rt in stl()
Dassembler-aarch32.cc10934 Delegate(kStl, &Assembler::stl, cond, rt, operand); in stl()