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.h189 kLdrh, enumerator
Dmacro-assembler-aarch32.cc325 case kLdrh: in GetOffsetMask()
1639 VIXL_ASSERT((type == kLdrb) || (type == kLdrh) || (type == kLdrsb) || in Delegate()
1654 case kLdrh: 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.cc1797 os().SetCurrentInstruction(kLdrh, kAddress | kLoadStore); in ldrh()
1798 os() << ToCString(kLdrh) << ConditionPrinter(it_block_, cond) << size << " " in ldrh()
1803 os().SetCurrentInstruction(kLdrh, kAddress | kLoadStore); in ldrh()
1804 os() << ToCString(kLdrh) << ConditionPrinter(it_block_, cond) << " " << rt in ldrh()
Dassembler-aarch32.cc6112 Delegate(kLdrh, &Assembler::ldrh, cond, size, rt, operand); in ldrh()
6177 Delegate(kLdrh, &Assembler::ldrh, cond, rt, location); in ldrh()