Searched refs:kLdrd (Results 1 – 6 of 6) sorted by relevance
/third_party/vixl/src/aarch32/ |
D | constants-aarch32.cc | 159 case kLdrd: in ToCString()
|
D | macro-assembler-aarch32.cc | 340 case kLdrd: in GetOffsetMask() 1702 VIXL_ASSERT(type == kLdrd); in Delegate() 1930 VIXL_ASSERT((type == kLdrd) || (type == kStrd)); in Delegate() 1971 if (type == kLdrd) { in Delegate() 1996 if (type == kLdrd) { in Delegate() 2085 if (type == kLdrd) { in Delegate()
|
D | constants-aarch32.h | 184 kLdrd, enumerator
|
D | assembler-aarch32.h | 879 VIXL_ASSERT((type == kLdaexd) || (type == kLdrd) || (type == kLdrexd) || in Delegate() 939 VIXL_ASSERT((type == kLdrd)); in Delegate()
|
D | disasm-aarch32.cc | 1743 os().SetCurrentInstruction(kLdrd, kAddress | kLoadStore); in ldrd() 1744 os() << ToCString(kLdrd) << ConditionPrinter(it_block_, cond) << " " << rt in ldrd() 1753 os().SetCurrentInstruction(kLdrd, kAddress | kLoadStore); in ldrd() 1754 os() << ToCString(kLdrd) << ConditionPrinter(it_block_, cond) << " " << rt in ldrd()
|
D | assembler-aarch32.cc | 5728 Delegate(kLdrd, &Assembler::ldrd, cond, rt, rt2, operand); in ldrd() 5802 Delegate(kLdrd, &Assembler::ldrd, cond, rt, rt2, location); in ldrd()
|