Searched refs:kVmls (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 657 case kVmls: in ToCString()
|
D | constants-aarch32.h | 433 kVmls, enumerator
|
D | assembler-aarch32.h | 1095 (type == kVmin) || (type == kVmla) || (type == kVmls) || in Delegate() 1119 (type == kVmin) || (type == kVmla) || (type == kVmls) || in Delegate() 1193 (type == kVmla) || (type == kVmls) || (type == kVmul) || in Delegate() 1613 VIXL_ASSERT((type == kVmla) || (type == kVmls) || (type == kVqdmulh) || in Delegate() 1625 VIXL_ASSERT((type == kVmla) || (type == kVmls) || (type == kVqdmulh) || in Delegate()
|
D | disasm-aarch32.cc | 5195 os().SetCurrentInstruction(kVmls, kFpNeon); in vmls() 5196 os() << ToCString(kVmls) << ConditionPrinter(it_block_, cond) << dt << " " in vmls() 5202 os().SetCurrentInstruction(kVmls, kFpNeon); in vmls() 5203 os() << ToCString(kVmls) << ConditionPrinter(it_block_, cond) << dt << " " in vmls() 5209 os().SetCurrentInstruction(kVmls, kFpNeon); in vmls() 5210 os() << ToCString(kVmls) << ConditionPrinter(it_block_, cond) << dt << " " in vmls() 5216 os().SetCurrentInstruction(kVmls, kFpNeon); in vmls() 5217 os() << ToCString(kVmls) << ConditionPrinter(it_block_, cond) << dt << " " in vmls() 5223 os().SetCurrentInstruction(kVmls, kFpNeon); in vmls() 5224 os() << ToCString(kVmls) << ConditionPrinter(it_block_, cond) << dt << " " in vmls()
|
D | assembler-aarch32.cc | 20522 Delegate(kVmls, &Assembler::vmls, cond, dt, rd, rn, rm); in vmls() 20558 Delegate(kVmls, &Assembler::vmls, cond, dt, rd, rn, rm); in vmls() 20616 Delegate(kVmls, &Assembler::vmls, cond, dt, rd, rn, rm); in vmls() 20661 Delegate(kVmls, &Assembler::vmls, cond, dt, rd, rn, rm); in vmls() 20684 Delegate(kVmls, &Assembler::vmls, cond, dt, rd, rn, rm); in vmls()
|