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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc681 case kVnmls:
H A Dconstants-aarch32.h441 kVnmls, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1060 (type == kVmul) || (type == kVnmla) || (type == kVnmls) ||
1157 (type == kVnmla) || (type == kVnmls) || (type == kVnmul) ||
H A Dassembler-aarch32.cc20574 Delegate(kVnmls, &Assembler::vnmls, cond, dt, rd, rn, rm);
20597 Delegate(kVnmls, &Assembler::vnmls, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc5540 os().SetCurrentInstruction(kVnmls, kFpNeon);
5541 os() << ToCString(kVnmls) << ConditionPrinter(it_block_, cond) << dt << " "
5547 os().SetCurrentInstruction(kVnmls, kFpNeon);
5548 os() << ToCString(kVnmls) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 326 milliseconds