Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc401 case kStlexh: in ToCString()
Dconstants-aarch32.h305 kStlexh, enumerator
Dmacro-assembler-aarch32.cc1901 (type == kStlexb) || (type == kStlexh) || (type == kStrex) || in Delegate()
Dassembler-aarch32.h872 (type == kStlex) || (type == kStlexb) || (type == kStlexh) || in Delegate()
Ddisasm-aarch32.cc2999 os().SetCurrentInstruction(kStlexh, kAddress | kLoadStore); in stlexh()
3000 os() << ToCString(kStlexh) << ConditionPrinter(it_block_, cond) << " " << rd in stlexh()
Dassembler-aarch32.cc11121 Delegate(kStlexh, &Assembler::stlexh, cond, rd, rt, operand); in stlexh()