Searched refs:kVmls (Results 1 - 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc657 case kVmls:
H A Dconstants-aarch32.h429 kVmls, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1059 (type == kVmin) || (type == kVmla) || (type == kVmls) ||
1083 (type == kVmin) || (type == kVmla) || (type == kVmls) ||
1156 (type == kVmla) || (type == kVmls) || (type == kVmul) ||
1581 VIXL_ASSERT((type == kVmla) || (type == kVmls) || (type == kVqdmulh) ||
1593 VIXL_ASSERT((type == kVmla) || (type == kVmls) || (type == kVqdmulh) ||
H A Dassembler-aarch32.cc19282 Delegate(kVmls, &Assembler::vmls, cond, dt, rd, rn, rm);
19318 Delegate(kVmls, &Assembler::vmls, cond, dt, rd, rn, rm);
19376 Delegate(kVmls, &Assembler::vmls, cond, dt, rd, rn, rm);
19421 Delegate(kVmls, &Assembler::vmls, cond, dt, rd, rn, rm);
19444 Delegate(kVmls, &Assembler::vmls, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc5228 os().SetCurrentInstruction(kVmls, kFpNeon);
5229 os() << ToCString(kVmls) << ConditionPrinter(it_block_, cond) << dt << " "
5235 os().SetCurrentInstruction(kVmls, kFpNeon);
5236 os() << ToCString(kVmls) << ConditionPrinter(it_block_, cond) << dt << " "
5242 os().SetCurrentInstruction(kVmls, kFpNeon);
5243 os() << ToCString(kVmls) << ConditionPrinter(it_block_, cond) << dt << " "
5249 os().SetCurrentInstruction(kVmls, kFpNeon);
5250 os() << ToCString(kVmls) << ConditionPrinter(it_block_, cond) << dt << " "
5256 os().SetCurrentInstruction(kVmls, kFpNeon);
5257 os() << ToCString(kVmls) << ConditionPrinte
[all...]

Completed in 162 milliseconds