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

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

Completed in 349 milliseconds