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 | 430 kVmlsl, enumerator
|
D | assembler-aarch32.h | 1099 (type == kVmlal) || (type == kVmlsl) || (type == kVmull) || in Delegate() 1605 VIXL_ASSERT((type == kVmlal) || (type == kVmlsl) || (type == kVqdmull)); in Delegate()
|
D | disasm-aarch32.cc | 5263 os().SetCurrentInstruction(kVmlsl, kFpNeon); in vmlsl() 5264 os() << ToCString(kVmlsl) << ConditionPrinter(it_block_, cond) << dt << " " in vmlsl() 5270 os().SetCurrentInstruction(kVmlsl, kFpNeon); in vmlsl() 5271 os() << ToCString(kVmlsl) << ConditionPrinter(it_block_, cond) << dt << " " in vmlsl()
|
D | assembler-aarch32.cc | 19480 Delegate(kVmlsl, &Assembler::vmlsl, cond, dt, rd, rn, rm); in vmlsl() 19510 Delegate(kVmlsl, &Assembler::vmlsl, cond, dt, rd, rn, rm); in vmlsl()
|