Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc655 case kVmlal: in ToCString()
Dconstants-aarch32.h432 kVmlal, enumerator
Dassembler-aarch32.h1135 (type == kVmlal) || (type == kVmlsl) || (type == kVmull) || in Delegate()
1637 VIXL_ASSERT((type == kVmlal) || (type == kVmlsl) || (type == kVqdmull)); in Delegate()
Ddisasm-aarch32.cc5181 os().SetCurrentInstruction(kVmlal, kFpNeon); in vmlal()
5182 os() << ToCString(kVmlal) << ConditionPrinter(it_block_, cond) << dt << " " in vmlal()
5188 os().SetCurrentInstruction(kVmlal, kFpNeon); in vmlal()
5189 os() << ToCString(kVmlal) << ConditionPrinter(it_block_, cond) << dt << " " in vmlal()
Dassembler-aarch32.cc20456 Delegate(kVmlal, &Assembler::vmlal, cond, dt, rd, rn, rm); in vmlal()
20486 Delegate(kVmlal, &Assembler::vmlal, cond, dt, rd, rn, rm); in vmlal()