Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc659 case kVmlsl: in ToCString()
Dconstants-aarch32.h430 kVmlsl, 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.cc5263 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()
Dassembler-aarch32.cc19480 Delegate(kVmlsl, &Assembler::vmlsl, cond, dt, rd, rn, rm); in vmlsl()
19510 Delegate(kVmlsl, &Assembler::vmlsl, cond, dt, rd, rn, rm); in vmlsl()