Searched refs:kVmlal (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 655 case kVmlal: in ToCString()
|
D | constants-aarch32.h | 432 kVmlal, enumerator
|
D | assembler-aarch32.h | 1135 (type == kVmlal) || (type == kVmlsl) || (type == kVmull) || in Delegate() 1637 VIXL_ASSERT((type == kVmlal) || (type == kVmlsl) || (type == kVqdmull)); in Delegate()
|
D | disasm-aarch32.cc | 5181 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()
|
D | assembler-aarch32.cc | 20456 Delegate(kVmlal, &Assembler::vmlal, cond, dt, rd, rn, rm); in vmlal() 20486 Delegate(kVmlal, &Assembler::vmlal, cond, dt, rd, rn, rm); in vmlal()
|