Searched refs:kVmla (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 653 case kVmla: in ToCString()
|
D | constants-aarch32.h | 431 kVmla, enumerator
|
D | assembler-aarch32.h | 1076 (type == kVmin) || (type == kVmla) || (type == kVmls) || in Delegate() 1100 (type == kVmin) || (type == kVmla) || (type == kVmls) || in Delegate() 1172 (type == kVmla) || (type == kVmls) || (type == kVmul) || in Delegate() 1598 VIXL_ASSERT((type == kVmla) || (type == kVmls) || (type == kVqdmulh) || in Delegate() 1610 VIXL_ASSERT((type == kVmla) || (type == kVmls) || (type == kVqdmulh) || in Delegate()
|
D | disasm-aarch32.cc | 5135 os().SetCurrentInstruction(kVmla, kFpNeon); in vmla() 5136 os() << ToCString(kVmla) << ConditionPrinter(it_block_, cond) << dt << " " in vmla() 5142 os().SetCurrentInstruction(kVmla, kFpNeon); in vmla() 5143 os() << ToCString(kVmla) << ConditionPrinter(it_block_, cond) << dt << " " in vmla() 5149 os().SetCurrentInstruction(kVmla, kFpNeon); in vmla() 5150 os() << ToCString(kVmla) << ConditionPrinter(it_block_, cond) << dt << " " in vmla() 5156 os().SetCurrentInstruction(kVmla, kFpNeon); in vmla() 5157 os() << ToCString(kVmla) << ConditionPrinter(it_block_, cond) << dt << " " in vmla() 5163 os().SetCurrentInstruction(kVmla, kFpNeon); in vmla() 5164 os() << ToCString(kVmla) << ConditionPrinter(it_block_, cond) << dt << " " in vmla()
|
D | assembler-aarch32.cc | 20243 Delegate(kVmla, &Assembler::vmla, cond, dt, rd, rn, rm); in vmla() 20279 Delegate(kVmla, &Assembler::vmla, cond, dt, rd, rn, rm); in vmla() 20337 Delegate(kVmla, &Assembler::vmla, cond, dt, rd, rn, rm); in vmla() 20382 Delegate(kVmla, &Assembler::vmla, cond, dt, rd, rn, rm); in vmla() 20405 Delegate(kVmla, &Assembler::vmla, cond, dt, rd, rn, rm); in vmla()
|