Searched refs:kLdrb (Results 1 – 6 of 6) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 157 case kLdrb: in ToCString()
|
D | constants-aarch32.h | 183 kLdrb, enumerator
|
D | macro-assembler-aarch32.cc | 316 case kLdrb: in GetOffsetMask() 1639 VIXL_ASSERT((type == kLdrb) || (type == kLdrh) || (type == kLdrsb) || in Delegate() 1651 case kLdrb: in Delegate() 1705 VIXL_ASSERT((type == kLdr) || (type == kLdrb) || (type == kLdrh) || in Delegate()
|
D | assembler-aarch32.h | 909 VIXL_ASSERT((type == kLdr) || (type == kLdrb) || (type == kLdrh) || in Delegate() 920 VIXL_ASSERT((type == kLdrb) || (type == kLdrh) || (type == kLdrsb) || in Delegate()
|
D | disasm-aarch32.cc | 1727 os().SetCurrentInstruction(kLdrb, kAddress | kLoadStore); in ldrb() 1728 os() << ToCString(kLdrb) << ConditionPrinter(it_block_, cond) << size << " " in ldrb() 1733 os().SetCurrentInstruction(kLdrb, kAddress | kLoadStore); in ldrb() 1734 os() << ToCString(kLdrb) << ConditionPrinter(it_block_, cond) << " " << rt in ldrb()
|
D | assembler-aarch32.cc | 5488 Delegate(kLdrb, &Assembler::ldrb, cond, size, rt, operand); in ldrb() 5552 Delegate(kLdrb, &Assembler::ldrb, cond, rt, location); in ldrb()
|