Searched refs:kLdr (Results 1 – 6 of 6) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 155 case kLdr: in ToCString()
|
D | constants-aarch32.h | 182 kLdr, enumerator
|
D | macro-assembler-aarch32.cc | 315 case kLdr: in GetOffsetMask() 956 VIXL_ASSERT((type == kLdr) || (type == kAdr)); in Delegate() 961 if ((type == kLdr) && location->IsBound()) { in Delegate() 1705 VIXL_ASSERT((type == kLdr) || (type == kLdrb) || (type == kLdrh) || in Delegate()
|
D | assembler-aarch32.h | 693 VIXL_ASSERT((type == kAdr) || (type == kLdr)); in Delegate() 909 VIXL_ASSERT((type == kLdr) || (type == kLdrb) || (type == kLdrh) || in Delegate()
|
D | disasm-aarch32.cc | 1708 os().SetCurrentInstruction(kLdr, kAddress | kLoadStore); in ldr() 1709 os() << ToCString(kLdr) << ConditionPrinter(it_block_, cond) << size << " " in ldr() 1717 os().SetCurrentInstruction(kLdr, kAddress | kLoadStore); in ldr() 1718 os() << ToCString(kLdr) << ConditionPrinter(it_block_, cond) << size << " " in ldr()
|
D | assembler-aarch32.cc | 5187 Delegate(kLdr, &Assembler::ldr, cond, size, rt, operand); in ldr() 5280 Delegate(kLdr, &Assembler::ldr, cond, size, rt, location); in ldr()
|