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.h441 kVnmls, enumerator
Dassembler-aarch32.h1060 (type == kVmul) || (type == kVnmla) || (type == kVnmls) || in Delegate()
1157 (type == kVnmla) || (type == kVnmls) || (type == kVnmul) || in Delegate()
Ddisasm-aarch32.cc5540 os().SetCurrentInstruction(kVnmls, kFpNeon); in vnmls()
5541 os() << ToCString(kVnmls) << ConditionPrinter(it_block_, cond) << dt << " " in vnmls()
5547 os().SetCurrentInstruction(kVnmls, kFpNeon); in vnmls()
5548 os() << ToCString(kVnmls) << ConditionPrinter(it_block_, cond) << dt << " " in vnmls()
Dassembler-aarch32.cc20574 Delegate(kVnmls, &Assembler::vnmls, cond, dt, rd, rn, rm); in vnmls()
20597 Delegate(kVnmls, &Assembler::vnmls, cond, dt, rd, rn, rm); in vnmls()