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 | 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 | 5146 os().SetCurrentInstruction(kVmla, kFpNeon); in vmla() 5147 os() << ToCString(kVmla) << ConditionPrinter(it_block_, cond) << dt << " " in vmla() 5153 os().SetCurrentInstruction(kVmla, kFpNeon); in vmla() 5154 os() << ToCString(kVmla) << ConditionPrinter(it_block_, cond) << dt << " " in vmla() 5160 os().SetCurrentInstruction(kVmla, kFpNeon); in vmla() 5161 os() << ToCString(kVmla) << ConditionPrinter(it_block_, cond) << dt << " " in vmla() 5167 os().SetCurrentInstruction(kVmla, kFpNeon); in vmla() 5168 os() << ToCString(kVmla) << ConditionPrinter(it_block_, cond) << dt << " " in vmla() 5174 os().SetCurrentInstruction(kVmla, kFpNeon); in vmla() 5175 os() << ToCString(kVmla) << ConditionPrinter(it_block_, cond) << dt << " " in vmla()
|
D | assembler-aarch32.cc | 20258 Delegate(kVmla, &Assembler::vmla, cond, dt, rd, rn, rm); in vmla() 20294 Delegate(kVmla, &Assembler::vmla, cond, dt, rd, rn, rm); in vmla() 20352 Delegate(kVmla, &Assembler::vmla, cond, dt, rd, rn, rm); in vmla() 20397 Delegate(kVmla, &Assembler::vmla, cond, dt, rd, rn, rm); in vmla() 20420 Delegate(kVmla, &Assembler::vmla, cond, dt, rd, rn, rm); in vmla()
|