Searched refs:kVqdmulh (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 711 case kVqdmulh: in ToCString()
|
D | constants-aarch32.h | 460 kVqdmulh, enumerator
|
D | assembler-aarch32.h | 1098 (type == kVpmin) || (type == kVqadd) || (type == kVqdmulh) || in Delegate() 1120 (type == kVmul) || (type == kVqadd) || (type == kVqdmulh) || in Delegate() 1613 VIXL_ASSERT((type == kVmla) || (type == kVmls) || (type == kVqdmulh) || in Delegate() 1625 VIXL_ASSERT((type == kVmla) || (type == kVmls) || (type == kVqdmulh) || in Delegate()
|
D | disasm-aarch32.cc | 5768 os().SetCurrentInstruction(kVqdmulh, kFpNeon); in vqdmulh() 5769 os() << ToCString(kVqdmulh) << ConditionPrinter(it_block_, cond) << dt; in vqdmulh() 5779 os().SetCurrentInstruction(kVqdmulh, kFpNeon); in vqdmulh() 5780 os() << ToCString(kVqdmulh) << ConditionPrinter(it_block_, cond) << dt; in vqdmulh() 5790 os().SetCurrentInstruction(kVqdmulh, kFpNeon); in vqdmulh() 5791 os() << ToCString(kVqdmulh) << ConditionPrinter(it_block_, cond) << dt; in vqdmulh() 5801 os().SetCurrentInstruction(kVqdmulh, kFpNeon); in vqdmulh() 5802 os() << ToCString(kVqdmulh) << ConditionPrinter(it_block_, cond) << dt; in vqdmulh()
|
D | assembler-aarch32.cc | 22844 Delegate(kVqdmulh, &Assembler::vqdmulh, cond, dt, rd, rn, rm); in vqdmulh() 22872 Delegate(kVqdmulh, &Assembler::vqdmulh, cond, dt, rd, rn, rm); in vqdmulh() 22908 Delegate(kVqdmulh, &Assembler::vqdmulh, cond, dt, rd, rn, rm); in vqdmulh() 22944 Delegate(kVqdmulh, &Assembler::vqdmulh, cond, dt, rd, rn, rm); in vqdmulh()
|