Home
last modified time | relevance | path

Searched refs:kVqdmull (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc713 case kVqdmull: in ToCString()
Dconstants-aarch32.h457 kVqdmull, enumerator
Dassembler-aarch32.h1101 (type == kVqdmull) || (type == kVsubl)); in Delegate()
1605 VIXL_ASSERT((type == kVmlal) || (type == kVmlsl) || (type == kVqdmull)); in Delegate()
Ddisasm-aarch32.cc5845 os().SetCurrentInstruction(kVqdmull, kFpNeon); in vqdmull()
5846 os() << ToCString(kVqdmull) << ConditionPrinter(it_block_, cond) << dt << " " in vqdmull()
5852 os().SetCurrentInstruction(kVqdmull, kFpNeon); in vqdmull()
5853 os() << ToCString(kVqdmull) << ConditionPrinter(it_block_, cond) << dt << " " in vqdmull()
Dassembler-aarch32.cc21670 Delegate(kVqdmull, &Assembler::vqdmull, cond, dt, rd, rn, rm); in vqdmull()
21706 Delegate(kVqdmull, &Assembler::vqdmull, cond, dt, rd, rn, rm); in vqdmull()