Searched refs:kLdrb (Results 1 - 6 of 6) sorted by relevance
/external/vixl/src/aarch32/ |
H A D | constants-aarch32.cc | 157 case kLdrb:
|
H A D | constants-aarch32.h | 179 kLdrb, enumerator in enum:vixl::aarch32::InstructionType
|
H A D | macro-assembler-aarch32.cc | 612 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 D | assembler-aarch32.h | 883 VIXL_ASSERT((type == kLdr) || (type == kLdrb) || (type == kLdrh) || 894 VIXL_ASSERT((type == kLdrb) || (type == kLdrh) || (type == kLdrsb) ||
|
H A D | assembler-aarch32.cc | 5047 Delegate(kLdrb, &Assembler::ldrb, cond, size, rt, operand); 5105 Delegate(kLdrb, &Assembler::ldrb, cond, rt, label);
|
H A D | disasm-aarch32.cc | 1716 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 273 milliseconds