Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc433 case kStrexh: in ToCString()
Dconstants-aarch32.h317 kStrexh, enumerator
Dmacro-assembler-aarch32.cc2198 (type == kStrexb) || (type == kStrexh)) { in Delegate()
Dassembler-aarch32.h848 (type == kStrexh)); in Delegate()
Ddisasm-aarch32.cc3141 os().SetCurrentInstruction(kStrexh, kAddress | kLoadStore); in strexh()
3142 os() << ToCString(kStrexh) << ConditionPrinter(it_block_, cond) << " " << rd in strexh()
Dassembler-aarch32.cc10909 Delegate(kStrexh, &Assembler::strexh, cond, rd, rt, operand); in strexh()