Searched refs:kVmlsl (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 659 case kVmlsl: in ToCString()
|
D | constants-aarch32.h | 434 kVmlsl, 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 | 5230 os().SetCurrentInstruction(kVmlsl, kFpNeon); in vmlsl() 5231 os() << ToCString(kVmlsl) << ConditionPrinter(it_block_, cond) << dt << " " in vmlsl() 5237 os().SetCurrentInstruction(kVmlsl, kFpNeon); in vmlsl() 5238 os() << ToCString(kVmlsl) << ConditionPrinter(it_block_, cond) << dt << " " in vmlsl()
|
D | assembler-aarch32.cc | 20756 Delegate(kVmlsl, &Assembler::vmlsl, cond, dt, rd, rn, rm); in vmlsl() 20786 Delegate(kVmlsl, &Assembler::vmlsl, cond, dt, rd, rn, rm); in vmlsl()
|