Searched refs:kLdrh (Results 1 – 6 of 6) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 169 case kLdrh: in ToCString()
|
D | constants-aarch32.h | 189 kLdrh, enumerator
|
D | macro-assembler-aarch32.cc | 325 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()
|
D | assembler-aarch32.h | 909 VIXL_ASSERT((type == kLdr) || (type == kLdrb) || (type == kLdrh) || in Delegate() 920 VIXL_ASSERT((type == kLdrb) || (type == kLdrh) || (type == kLdrsb) || in Delegate()
|
D | disasm-aarch32.cc | 1797 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()
|
D | assembler-aarch32.cc | 6112 Delegate(kLdrh, &Assembler::ldrh, cond, size, rt, operand); in ldrh() 6177 Delegate(kLdrh, &Assembler::ldrh, cond, rt, location); in ldrh()
|