Searched refs:kVmul (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 671 case kVmul: in ToCString()
|
D | constants-aarch32.h | 440 kVmul, enumerator
|
D | assembler-aarch32.h | 1096 (type == kVmul) || (type == kVnmla) || (type == kVnmls) || in Delegate() 1120 (type == kVmul) || (type == kVqadd) || (type == kVqdmulh) || in Delegate() 1193 (type == kVmla) || (type == kVmls) || (type == kVmul) || in Delegate() 1777 VIXL_ASSERT((type == kVmul)); in Delegate() 1789 VIXL_ASSERT((type == kVmul)); in Delegate()
|
D | disasm-aarch32.cc | 5371 os().SetCurrentInstruction(kVmul, kFpNeon); in vmul() 5372 os() << ToCString(kVmul) << ConditionPrinter(it_block_, cond) << dt; in vmul() 5386 os().SetCurrentInstruction(kVmul, kFpNeon); in vmul() 5387 os() << ToCString(kVmul) << ConditionPrinter(it_block_, cond) << dt; in vmul() 5397 os().SetCurrentInstruction(kVmul, kFpNeon); in vmul() 5398 os() << ToCString(kVmul) << ConditionPrinter(it_block_, cond) << dt; in vmul() 5408 os().SetCurrentInstruction(kVmul, kFpNeon); in vmul() 5409 os() << ToCString(kVmul) << ConditionPrinter(it_block_, cond) << dt; in vmul() 5419 os().SetCurrentInstruction(kVmul, kFpNeon); in vmul() 5420 os() << ToCString(kVmul) << ConditionPrinter(it_block_, cond) << dt; in vmul()
|
D | assembler-aarch32.cc | 21306 Delegate(kVmul, &Assembler::vmul, cond, dt, rd, rn, dm, index); in vmul() 21356 Delegate(kVmul, &Assembler::vmul, cond, dt, rd, rn, dm, index); in vmul() 21416 Delegate(kVmul, &Assembler::vmul, cond, dt, rd, rn, rm); in vmul() 21463 Delegate(kVmul, &Assembler::vmul, cond, dt, rd, rn, rm); in vmul() 21486 Delegate(kVmul, &Assembler::vmul, cond, dt, rd, rn, rm); in vmul()
|