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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc169 case kLdrh:
H A Dconstants-aarch32.h185 kLdrh, enumerator in enum:vixl::aarch32::InstructionType
H A Dmacro-assembler-aarch32.cc621 case kLdrh:
1935 VIXL_ASSERT((type == kLdrb) || (type == kLdrh) || (type == kLdrsb) ||
1950 case kLdrh:
2001 VIXL_ASSERT((type == kLdr) || (type == kLdrb) || (type == kLdrh) ||
H A Dassembler-aarch32.h883 VIXL_ASSERT((type == kLdr) || (type == kLdrb) || (type == kLdrh) ||
894 VIXL_ASSERT((type == kLdrb) || (type == kLdrh) || (type == kLdrsb) ||
H A Dassembler-aarch32.cc5587 Delegate(kLdrh, &Assembler::ldrh, cond, size, rt, operand);
5646 Delegate(kLdrh, &Assembler::ldrh, cond, rt, label);
H A Ddisasm-aarch32.cc1785 os().SetCurrentInstruction(kLdrh, kAddress | kLoadStore);
1786 os() << ToCString(kLdrh) << ConditionPrinter(it_block_, cond) << size << " "
1791 os().SetCurrentInstruction(kLdrh, kAddress | kLoadStore);
1792 os() << ToCString(kLdrh) << ConditionPrinter(it_block_, cond) << " " << rt
[all...]

Completed in 652 milliseconds