Searched refs:kVqdmulh (Results 1 - 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
H A D | constants-aarch32.cc | 711 case kVqdmulh:
|
H A D | constants-aarch32.h | 456 kVqdmulh, enumerator in enum:vixl::aarch32::InstructionType
|
H A D | assembler-aarch32.h | 1062 (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 D | assembler-aarch32.cc | 21542 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 D | disasm-aarch32.cc | 5801 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 250 milliseconds