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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc161 case kLdrex:
H A Dconstants-aarch32.h181 kLdrex, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h834 (type == kLdrex) || (type == kLdrexb) || (type == kLdrexh) ||
H A Dassembler-aarch32.cc5339 Delegate(kLdrex, &Assembler::ldrex, cond, rt, operand);
H A Ddisasm-aarch32.cc1750 os().SetCurrentInstruction(kLdrex, kAddress | kLoadStore);
1751 os() << ToCString(kLdrex) << ConditionPrinter(it_block_, cond) << " " << rt
[all...]

Completed in 186 milliseconds