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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc173 case kLdrsh:
H A Dconstants-aarch32.h187 kLdrsh, enumerator in enum:vixl::aarch32::InstructionType
H A Dmacro-assembler-aarch32.cc622 case kLdrsh:
1936 (type == kLdrsh));
1956 case kLdrsh:
2002 (type == kLdrsb) || (type == kLdrsh) || (type == kStr) ||
H A Dassembler-aarch32.h884 (type == kLdrsb) || (type == kLdrsh) || (type == kStr) ||
895 (type == kLdrsh));
H A Dassembler-aarch32.cc6021 Delegate(kLdrsh, &Assembler::ldrsh, cond, size, rt, operand);
6080 Delegate(kLdrsh, &Assembler::ldrsh, cond, rt, label);
H A Ddisasm-aarch32.cc1817 os().SetCurrentInstruction(kLdrsh, kAddress | kLoadStore);
1818 os() << ToCString(kLdrsh) << ConditionPrinter(it_block_, cond) << size << " "
1823 os().SetCurrentInstruction(kLdrsh, kAddress | kLoadStore);
1824 os() << ToCString(kLdrsh) << ConditionPrinter(it_block_, cond) << " " << rt
[all...]

Completed in 299 milliseconds