Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc157 case kLdrb: in ToCString()
Dconstants-aarch32.h183 kLdrb, enumerator
Dmacro-assembler-aarch32.cc316 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()
Dassembler-aarch32.h909 VIXL_ASSERT((type == kLdr) || (type == kLdrb) || (type == kLdrh) || in Delegate()
920 VIXL_ASSERT((type == kLdrb) || (type == kLdrh) || (type == kLdrsb) || in Delegate()
Ddisasm-aarch32.cc1727 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()
Dassembler-aarch32.cc5488 Delegate(kLdrb, &Assembler::ldrb, cond, size, rt, operand); in ldrb()
5552 Delegate(kLdrb, &Assembler::ldrb, cond, rt, location); in ldrb()