Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc399 case kStlexd: in ToCString()
Dconstants-aarch32.h300 kStlexd, enumerator
Dassembler-aarch32.h1031 VIXL_ASSERT((type == kStlexd) || (type == kStrexd)); in Delegate()
Ddisasm-aarch32.cc2981 os().SetCurrentInstruction(kStlexd, kAddress | kLoadStore); in stlexd()
2982 os() << ToCString(kStlexd) << ConditionPrinter(it_block_, cond) << " " << rd in stlexd()
Dassembler-aarch32.cc10078 Delegate(kStlexd, &Assembler::stlexd, cond, rd, rt, rt2, operand); in stlexd()