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.h428 kVmlal, enumerator
Dassembler-aarch32.h1099 (type == kVmlal) || (type == kVmlsl) || (type == kVmull) || in Delegate()
1605 VIXL_ASSERT((type == kVmlal) || (type == kVmlsl) || (type == kVqdmull)); in Delegate()
Ddisasm-aarch32.cc5214 os().SetCurrentInstruction(kVmlal, kFpNeon); in vmlal()
5215 os() << ToCString(kVmlal) << ConditionPrinter(it_block_, cond) << dt << " " in vmlal()
5221 os().SetCurrentInstruction(kVmlal, kFpNeon); in vmlal()
5222 os() << ToCString(kVmlal) << ConditionPrinter(it_block_, cond) << dt << " " in vmlal()
Dassembler-aarch32.cc19216 Delegate(kVmlal, &Assembler::vmlal, cond, dt, rd, rn, rm); in vmlal()
19246 Delegate(kVmlal, &Assembler::vmlal, cond, dt, rd, rn, rm); in vmlal()