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.h179 kLdrb, enumerator
Dmacro-assembler-aarch32.cc612 case kLdrb: in GetOffsetMask()
1935 VIXL_ASSERT((type == kLdrb) || (type == kLdrh) || (type == kLdrsb) || in Delegate()
1947 case kLdrb: in Delegate()
2001 VIXL_ASSERT((type == kLdr) || (type == kLdrb) || (type == kLdrh) || in Delegate()
Dassembler-aarch32.h883 VIXL_ASSERT((type == kLdr) || (type == kLdrb) || (type == kLdrh) || in Delegate()
894 VIXL_ASSERT((type == kLdrb) || (type == kLdrh) || (type == kLdrsb) || in Delegate()
Ddisasm-aarch32.cc1716 os().SetCurrentInstruction(kLdrb, kAddress | kLoadStore); in ldrb()
1717 os() << ToCString(kLdrb) << ConditionPrinter(it_block_, cond) << size << " " in ldrb()
1722 os().SetCurrentInstruction(kLdrb, kAddress | kLoadStore); in ldrb()
1723 os() << ToCString(kLdrb) << ConditionPrinter(it_block_, cond) << " " << rt in ldrb()
Dassembler-aarch32.cc5047 Delegate(kLdrb, &Assembler::ldrb, cond, size, rt, operand); in ldrb()
5105 Delegate(kLdrb, &Assembler::ldrb, cond, rt, label); in ldrb()