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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc157 case kLdrb:
H A Dconstants-aarch32.h179 kLdrb, enumerator in enum:vixl::aarch32::InstructionType
H A Dmacro-assembler-aarch32.cc612 case kLdrb:
1935 VIXL_ASSERT((type == kLdrb) || (type == kLdrh) || (type == kLdrsb) ||
1947 case kLdrb:
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.cc5047 Delegate(kLdrb, &Assembler::ldrb, cond, size, rt, operand);
5105 Delegate(kLdrb, &Assembler::ldrb, cond, rt, label);
H A Ddisasm-aarch32.cc1716 os().SetCurrentInstruction(kLdrb, kAddress | kLoadStore);
1717 os() << ToCString(kLdrb) << ConditionPrinter(it_block_, cond) << size << " "
1722 os().SetCurrentInstruction(kLdrb, kAddress | kLoadStore);
1723 os() << ToCString(kLdrb) << ConditionPrinter(it_block_, cond) << " " << rt
[all...]

Completed in 263 milliseconds