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 | 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 | 5184 os().SetCurrentInstruction(kVmls, kFpNeon); in vmls() 5185 os() << ToCString(kVmls) << ConditionPrinter(it_block_, cond) << dt << " " in vmls() 5191 os().SetCurrentInstruction(kVmls, kFpNeon); in vmls() 5192 os() << ToCString(kVmls) << ConditionPrinter(it_block_, cond) << dt << " " in vmls() 5198 os().SetCurrentInstruction(kVmls, kFpNeon); in vmls() 5199 os() << ToCString(kVmls) << ConditionPrinter(it_block_, cond) << dt << " " in vmls() 5205 os().SetCurrentInstruction(kVmls, kFpNeon); in vmls() 5206 os() << ToCString(kVmls) << ConditionPrinter(it_block_, cond) << dt << " " in vmls() 5212 os().SetCurrentInstruction(kVmls, kFpNeon); in vmls() 5213 os() << ToCString(kVmls) << ConditionPrinter(it_block_, cond) << dt << " " in vmls()
|
D | assembler-aarch32.cc | 20507 Delegate(kVmls, &Assembler::vmls, cond, dt, rd, rn, rm); in vmls() 20543 Delegate(kVmls, &Assembler::vmls, cond, dt, rd, rn, rm); in vmls() 20601 Delegate(kVmls, &Assembler::vmls, cond, dt, rd, rn, rm); in vmls() 20646 Delegate(kVmls, &Assembler::vmls, cond, dt, rd, rn, rm); in vmls() 20669 Delegate(kVmls, &Assembler::vmls, cond, dt, rd, rn, rm); in vmls()
|