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.h304 kStlexd, enumerator
Dassembler-aarch32.h1067 VIXL_ASSERT((type == kStlexd) || (type == kStrexd)); in Delegate()
Ddisasm-aarch32.cc2989 os().SetCurrentInstruction(kStlexd, kAddress | kLoadStore); in stlexd()
2990 os() << ToCString(kStlexd) << ConditionPrinter(it_block_, cond) << " " << rd in stlexd()
Dassembler-aarch32.cc11055 Delegate(kStlexd, &Assembler::stlexd, cond, rd, rt, rt2, operand); in stlexd()