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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc659 case kVmlsl:
H A Dconstants-aarch32.h430 kVmlsl, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1099 (type == kVmlal) || (type == kVmlsl) || (type == kVmull) ||
1605 VIXL_ASSERT((type == kVmlal) || (type == kVmlsl) || (type == kVqdmull));
H A Dassembler-aarch32.cc19480 Delegate(kVmlsl, &Assembler::vmlsl, cond, dt, rd, rn, rm);
19510 Delegate(kVmlsl, &Assembler::vmlsl, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc5263 os().SetCurrentInstruction(kVmlsl, kFpNeon);
5264 os() << ToCString(kVmlsl) << ConditionPrinter(it_block_, cond) << dt << " "
5270 os().SetCurrentInstruction(kVmlsl, kFpNeon);
5271 os() << ToCString(kVmlsl) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 200 milliseconds