Searched refs:kSmlaldx (Results 1 - 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc321 case kSmlaldx:
H A Dconstants-aarch32.h261 kSmlaldx, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h919 (type == kSmlalbt) || (type == kSmlald) || (type == kSmlaldx) ||
H A Dassembler-aarch32.cc9191 Delegate(kSmlaldx, &Assembler::smlaldx, cond, rdlo, rdhi, rn, rm);
H A Ddisasm-aarch32.cc2608 os().SetCurrentInstruction(kSmlaldx, kArithmetic);
2609 os() << ToCString(kSmlaldx) << ConditionPrinter(it_block_, cond) << " "
[all...]

Completed in 212 milliseconds