Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc681 case kVnmls: in ToCString()
Dconstants-aarch32.h445 kVnmls, enumerator
Dassembler-aarch32.h1096 (type == kVmul) || (type == kVnmla) || (type == kVnmls) || in Delegate()
1194 (type == kVnmla) || (type == kVnmls) || (type == kVnmul) || in Delegate()
Ddisasm-aarch32.cc5507 os().SetCurrentInstruction(kVnmls, kFpNeon); in vnmls()
5508 os() << ToCString(kVnmls) << ConditionPrinter(it_block_, cond) << dt << " " in vnmls()
5514 os().SetCurrentInstruction(kVnmls, kFpNeon); in vnmls()
5515 os() << ToCString(kVnmls) << ConditionPrinter(it_block_, cond) << dt << " " in vnmls()
Dassembler-aarch32.cc21840 Delegate(kVnmls, &Assembler::vnmls, cond, dt, rd, rn, rm); in vnmls()
21863 Delegate(kVnmls, &Assembler::vnmls, cond, dt, rd, rn, rm); in vnmls()