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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc423 case kStrb:
H A Dconstants-aarch32.h312 kStrb, enumerator in enum:vixl::aarch32::InstructionType
H A Dmacro-assembler-aarch32.cc614 case kStrb:
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.cc10669 Delegate(kStrb, &Assembler::strb, cond, size, rt, operand);
H A Ddisasm-aarch32.cc3093 os().SetCurrentInstruction(kStrb, kAddress | kLoadStore);
3094 os() << ToCString(kStrb) << ConditionPrinter(it_block_, cond) << size << " "
[all...]

Completed in 354 milliseconds