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.h318 kStrh, enumerator
Dmacro-assembler-aarch32.cc623 case kStrh: in GetOffsetMask()
2003 (type == kStrb) || (type == kStrh)); in Delegate()
2043 if ((type != kStr) && (type != kStrb) && (type != kStrh) && in Delegate()
2139 if ((type != kStr) && (type != kStrb) && (type != kStrh) && in Delegate()
Dassembler-aarch32.h885 (type == kStrb) || (type == kStrh)); in Delegate()
Ddisasm-aarch32.cc3151 os().SetCurrentInstruction(kStrh, kAddress | kLoadStore); in strh()
3152 os() << ToCString(kStrh) << ConditionPrinter(it_block_, cond) << size << " " in strh()
Dassembler-aarch32.cc11057 Delegate(kStrh, &Assembler::strh, cond, size, rt, operand); in strh()