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

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

Completed in 183 milliseconds