Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc435 case kStrh: in ToCString()
Dconstants-aarch32.h322 kStrh, enumerator
Dmacro-assembler-aarch32.cc327 case kStrh: in GetOffsetMask()
1707 (type == kStrb) || (type == kStrh)); in Delegate()
1747 if ((type != kStr) && (type != kStrb) && (type != kStrh) && in Delegate()
1843 if ((type != kStr) && (type != kStrb) && (type != kStrh) && in Delegate()
Dassembler-aarch32.h911 (type == kStrb) || (type == kStrh)); in Delegate()
Ddisasm-aarch32.cc3159 os().SetCurrentInstruction(kStrh, kAddress | kLoadStore); in strh()
3160 os() << ToCString(kStrh) << ConditionPrinter(it_block_, cond) << size << " " in strh()
Dassembler-aarch32.cc12077 Delegate(kStrh, &Assembler::strh, cond, size, rt, operand); in strh()