Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc169 case kLdrh: in ToCString()
Dconstants-aarch32.h185 kLdrh, enumerator
Dmacro-assembler-aarch32.cc621 case kLdrh: in GetOffsetMask()
1935 VIXL_ASSERT((type == kLdrb) || (type == kLdrh) || (type == kLdrsb) || in Delegate()
1950 case kLdrh: 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.cc1785 os().SetCurrentInstruction(kLdrh, kAddress | kLoadStore); in ldrh()
1786 os() << ToCString(kLdrh) << ConditionPrinter(it_block_, cond) << size << " " in ldrh()
1791 os().SetCurrentInstruction(kLdrh, kAddress | kLoadStore); in ldrh()
1792 os() << ToCString(kLdrh) << ConditionPrinter(it_block_, cond) << " " << rt in ldrh()
Dassembler-aarch32.cc5587 Delegate(kLdrh, &Assembler::ldrh, cond, size, rt, operand); in ldrh()
5646 Delegate(kLdrh, &Assembler::ldrh, cond, rt, label); in ldrh()