Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc673 case kVmull: in ToCString()
Dconstants-aarch32.h437 kVmull, enumerator
Dassembler-aarch32.h1099 (type == kVmlal) || (type == kVmlsl) || (type == kVmull) || in Delegate()
1789 VIXL_ASSERT((type == kVmull) || (type == kVqdmlal) || (type == kVqdmlsl)); in Delegate()
Ddisasm-aarch32.cc5467 os().SetCurrentInstruction(kVmull, kFpNeon); in vmull()
5468 os() << ToCString(kVmull) << ConditionPrinter(it_block_, cond) << dt << " " in vmull()
5474 os().SetCurrentInstruction(kVmull, kFpNeon); in vmull()
5475 os() << ToCString(kVmull) << ConditionPrinter(it_block_, cond) << dt << " " in vmull()
Dassembler-aarch32.cc20272 Delegate(kVmull, &Assembler::vmull, cond, dt, rd, rn, dm, index); in vmull()
20304 Delegate(kVmull, &Assembler::vmull, cond, dt, rd, rn, rm); in vmull()