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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc673 case kVmull:
H A Dconstants-aarch32.h437 kVmull, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1099 (type == kVmlal) || (type == kVmlsl) || (type == kVmull) ||
1789 VIXL_ASSERT((type == kVmull) || (type == kVqdmlal) || (type == kVqdmlsl));
H A Dassembler-aarch32.cc20272 Delegate(kVmull, &Assembler::vmull, cond, dt, rd, rn, dm, index);
20304 Delegate(kVmull, &Assembler::vmull, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc5467 os().SetCurrentInstruction(kVmull, kFpNeon);
5468 os() << ToCString(kVmull) << ConditionPrinter(it_block_, cond) << dt << " "
5474 os().SetCurrentInstruction(kVmull, kFpNeon);
5475 os() << ToCString(kVmull) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 267 milliseconds