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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc711 case kVqdmulh:
H A Dconstants-aarch32.h456 kVqdmulh, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1062 (type == kVpmin) || (type == kVqadd) || (type == kVqdmulh) ||
1084 (type == kVmul) || (type == kVqadd) || (type == kVqdmulh) ||
1581 VIXL_ASSERT((type == kVmla) || (type == kVmls) || (type == kVqdmulh) ||
1593 VIXL_ASSERT((type == kVmla) || (type == kVmls) || (type == kVqdmulh) ||
H A Dassembler-aarch32.cc21542 Delegate(kVqdmulh, &Assembler::vqdmulh, cond, dt, rd, rn, rm);
21570 Delegate(kVqdmulh, &Assembler::vqdmulh, cond, dt, rd, rn, rm);
21606 Delegate(kVqdmulh, &Assembler::vqdmulh, cond, dt, rd, rn, rm);
21642 Delegate(kVqdmulh, &Assembler::vqdmulh, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc5801 os().SetCurrentInstruction(kVqdmulh, kFpNeon);
5802 os() << ToCString(kVqdmulh) << ConditionPrinter(it_block_, cond) << dt;
5812 os().SetCurrentInstruction(kVqdmulh, kFpNeon);
5813 os() << ToCString(kVqdmulh) << ConditionPrinter(it_block_, cond) << dt;
5823 os().SetCurrentInstruction(kVqdmulh, kFpNeon);
5824 os() << ToCString(kVqdmulh) << ConditionPrinter(it_block_, cond) << dt;
5834 os().SetCurrentInstruction(kVqdmulh, kFpNeon);
5835 os() << ToCString(kVqdmulh) << ConditionPrinter(it_block_, cond) << dt;
[all...]

Completed in 413 milliseconds