Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc393 case kStlb: in ToCString()
Dconstants-aarch32.h301 kStlb, enumerator
Dassembler-aarch32.h861 (type == kStl) || (type == kStlb) || (type == kStlh)); in Delegate()
Ddisasm-aarch32.cc2961 os().SetCurrentInstruction(kStlb, kAddress | kLoadStore); in stlb()
2962 os() << ToCString(kStlb) << ConditionPrinter(it_block_, cond) << " " << rt in stlb()
Dassembler-aarch32.cc10960 Delegate(kStlb, &Assembler::stlb, cond, rt, operand); in stlb()