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.h441 kVmull, enumerator
Dassembler-aarch32.h1135 (type == kVmlal) || (type == kVmlsl) || (type == kVmull) || in Delegate()
1801 VIXL_ASSERT((type == kVmull) || (type == kVqdmlal) || (type == kVqdmlsl)); in Delegate()
Ddisasm-aarch32.cc5434 os().SetCurrentInstruction(kVmull, kFpNeon); in vmull()
5435 os() << ToCString(kVmull) << ConditionPrinter(it_block_, cond) << dt << " " in vmull()
5441 os().SetCurrentInstruction(kVmull, kFpNeon); in vmull()
5442 os() << ToCString(kVmull) << ConditionPrinter(it_block_, cond) << dt << " " in vmull()
Dassembler-aarch32.cc21538 Delegate(kVmull, &Assembler::vmull, cond, dt, rd, rn, dm, index); in vmull()
21570 Delegate(kVmull, &Assembler::vmull, cond, dt, rd, rn, rm); in vmull()