Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc395 case kStlex: in ToCString()
Dconstants-aarch32.h302 kStlex, enumerator
Dmacro-assembler-aarch32.cc1900 if ((type == kLdaexd) || (type == kLdrexd) || (type == kStlex) || in Delegate()
Dassembler-aarch32.h872 (type == kStlex) || (type == kStlexb) || (type == kStlexh) || in Delegate()
Ddisasm-aarch32.cc2970 os().SetCurrentInstruction(kStlex, kAddress | kLoadStore); in stlex()
2971 os() << ToCString(kStlex) << ConditionPrinter(it_block_, cond) << " " << rd in stlex()
Dassembler-aarch32.cc10990 Delegate(kStlex, &Assembler::stlex, cond, rd, rt, operand); in stlex()