Searched refs:kStm (Results 1 - 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc405 case kStm:
H A Dconstants-aarch32.h303 kStm, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h859 VIXL_ASSERT((type == kLdm) || (type == kLdmfd) || (type == kStm) ||
H A Dassembler-aarch32.cc10169 Delegate(kStm, &Assembler::stm, cond, size, rn, write_back, registers);
H A Ddisasm-aarch32.cc3010 os().SetCurrentInstruction(kStm, kLoadStore | kLoadStoreMultiple);
3011 os() << ToCString(kStm) << ConditionPrinter(it_block_, cond) << size << " "
[all...]

Completed in 468 milliseconds