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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc203 case kMuls:
H A Dconstants-aarch32.h202 kMuls, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h783 (type == kMuls) || (type == kQadd) || (type == kQadd16) ||
H A Dassembler-aarch32.cc6856 Delegate(kMuls, &Assembler::muls, cond, rd, rn, rm);
H A Ddisasm-aarch32.cc1958 os().SetCurrentInstruction(kMuls, kArithmetic);
1959 os() << ToCString(kMuls) << ConditionPrinter(it_block_, cond) << " " << rd
[all...]

Completed in 460 milliseconds