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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc435 case kStrh:
H A Dconstants-aarch32.h318 kStrh, enumerator in enum:vixl::aarch32::InstructionType
H A Dmacro-assembler-aarch32.cc623 case kStrh:
2003 (type == kStrb) || (type == kStrh));
2043 if ((type != kStr) && (type != kStrb) && (type != kStrh) &&
2139 if ((type != kStr) && (type != kStrb) && (type != kStrh) &&
H A Dassembler-aarch32.h885 (type == kStrb) || (type == kStrh));
H A Dassembler-aarch32.cc11057 Delegate(kStrh, &Assembler::strh, cond, size, rt, operand);
H A Ddisasm-aarch32.cc3151 os().SetCurrentInstruction(kStrh, kAddress | kLoadStore);
3152 os() << ToCString(kStrh) << ConditionPrinter(it_block_, cond) << size << " "
[all...]

Completed in 192 milliseconds