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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc167 case kLdrexh:
H A Dconstants-aarch32.h184 kLdrexh, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h834 (type == kLdrex) || (type == kLdrexb) || (type == kLdrexh) ||
H A Dassembler-aarch32.cc5420 Delegate(kLdrexh, &Assembler::ldrexh, cond, rt, operand);
H A Ddisasm-aarch32.cc1776 os().SetCurrentInstruction(kLdrexh, kAddress | kLoadStore);
1777 os() << ToCString(kLdrexh) << ConditionPrinter(it_block_, cond) << " " << rt
[all...]

Completed in 463 milliseconds