Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc336 case kLdrd: in GetOffsetMask()
1679 VIXL_ASSERT(type == kLdrd); in Delegate()
1907 VIXL_ASSERT((type == kLdrd) || (type == kStrd)); in Delegate()
1948 if (type == kLdrd) { in Delegate()
1973 if (type == kLdrd) { in Delegate()
2062 if (type == kLdrd) { in Delegate()
Dconstants-aarch32.cc159 case kLdrd: in ToCString()
Dconstants-aarch32.h184 kLdrd, enumerator
Dassembler-aarch32.h871 VIXL_ASSERT((type == kLdaexd) || (type == kLdrd) || (type == kLdrexd) || in Delegate()
931 VIXL_ASSERT((type == kLdrd)); in Delegate()
Ddisasm-aarch32.cc1743 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()
Dassembler-aarch32.cc5726 Delegate(kLdrd, &Assembler::ldrd, cond, rt, rt2, operand); in ldrd()
5799 Delegate(kLdrd, &Assembler::ldrd, cond, rt, rt2, location); in ldrd()