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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc159 case kLdrd:
H A Dconstants-aarch32.h180 kLdrd, enumerator in enum:vixl::aarch32::InstructionType
H A Dmacro-assembler-aarch32.cc632 case kLdrd:
1975 VIXL_ASSERT(type == kLdrd);
2203 VIXL_ASSERT((type == kLdrd) || (type == kStrd));
2244 if (type == kLdrd) {
2269 if (type == kLdrd) {
2358 if (type == kLdrd) {
H A Dassembler-aarch32.h845 VIXL_ASSERT((type == kLdaexd) || (type == kLdrd) || (type == kLdrexd) ||
905 VIXL_ASSERT((type == kLdrd));
H A Dassembler-aarch32.cc5246 Delegate(kLdrd, &Assembler::ldrd, cond, rt, rt2, operand);
5311 Delegate(kLdrd, &Assembler::ldrd, cond, rt, rt2, label);
H A Ddisasm-aarch32.cc1731 os().SetCurrentInstruction(kLdrd, kAddress | kLoadStore);
1732 os() << ToCString(kLdrd) << ConditionPrinter(it_block_, cond) << " " << rt
1741 os().SetCurrentInstruction(kLdrd, kAddress | kLoadStore);
1742 os() << ToCString(kLdrd) << ConditionPrinter(it_block_, cond) << " " << rt
[all...]

Completed in 329 milliseconds