Home
last modified time | relevance | path

Searched refs:kStlexb (Results 1 – 6 of 6) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc397 case kStlexb: in ToCString()
Dconstants-aarch32.h299 kStlexb, enumerator
Dmacro-assembler-aarch32.cc2197 (type == kStlexb) || (type == kStlexh) || (type == kStrex) || in Delegate()
Dassembler-aarch32.h846 (type == kStlex) || (type == kStlexb) || (type == kStlexh) || in Delegate()
Ddisasm-aarch32.cc2971 os().SetCurrentInstruction(kStlexb, kAddress | kLoadStore); in stlexb()
2972 os() << ToCString(kStlexb) << ConditionPrinter(it_block_, cond) << " " << rd in stlexb()
Dassembler-aarch32.cc10046 Delegate(kStlexb, &Assembler::stlexb, cond, rd, rt, operand); in stlexb()