Searched refs:kVqdmull (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 713 case kVqdmull: in ToCString()
|
D | constants-aarch32.h | 461 kVqdmull, enumerator
|
D | assembler-aarch32.h | 1137 (type == kVqdmull) || (type == kVsubl)); in Delegate() 1637 VIXL_ASSERT((type == kVmlal) || (type == kVmlsl) || (type == kVqdmull)); in Delegate()
|
D | disasm-aarch32.cc | 5812 os().SetCurrentInstruction(kVqdmull, kFpNeon); in vqdmull() 5813 os() << ToCString(kVqdmull) << ConditionPrinter(it_block_, cond) << dt << " " in vqdmull() 5819 os().SetCurrentInstruction(kVqdmull, kFpNeon); in vqdmull() 5820 os() << ToCString(kVqdmull) << ConditionPrinter(it_block_, cond) << dt << " " in vqdmull()
|
D | assembler-aarch32.cc | 22936 Delegate(kVqdmull, &Assembler::vqdmull, cond, dt, rd, rn, rm); in vqdmull() 22972 Delegate(kVqdmull, &Assembler::vqdmull, cond, dt, rd, rn, rm); in vqdmull()
|