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 | 429 kVmls, enumerator
|
D | assembler-aarch32.h | 1059 (type == kVmin) || (type == kVmla) || (type == kVmls) || in Delegate() 1083 (type == kVmin) || (type == kVmla) || (type == kVmls) || in Delegate() 1156 (type == kVmla) || (type == kVmls) || (type == kVmul) || in Delegate() 1581 VIXL_ASSERT((type == kVmla) || (type == kVmls) || (type == kVqdmulh) || in Delegate() 1593 VIXL_ASSERT((type == kVmla) || (type == kVmls) || (type == kVqdmulh) || in Delegate()
|
D | disasm-aarch32.cc | 5228 os().SetCurrentInstruction(kVmls, kFpNeon); in vmls() 5229 os() << ToCString(kVmls) << ConditionPrinter(it_block_, cond) << dt << " " in vmls() 5235 os().SetCurrentInstruction(kVmls, kFpNeon); in vmls() 5236 os() << ToCString(kVmls) << ConditionPrinter(it_block_, cond) << dt << " " in vmls() 5242 os().SetCurrentInstruction(kVmls, kFpNeon); in vmls() 5243 os() << ToCString(kVmls) << ConditionPrinter(it_block_, cond) << dt << " " in vmls() 5249 os().SetCurrentInstruction(kVmls, kFpNeon); in vmls() 5250 os() << ToCString(kVmls) << ConditionPrinter(it_block_, cond) << dt << " " in vmls() 5256 os().SetCurrentInstruction(kVmls, kFpNeon); in vmls() 5257 os() << ToCString(kVmls) << ConditionPrinter(it_block_, cond) << dt << " " in vmls()
|
D | assembler-aarch32.cc | 19282 Delegate(kVmls, &Assembler::vmls, cond, dt, rd, rn, rm); in vmls() 19318 Delegate(kVmls, &Assembler::vmls, cond, dt, rd, rn, rm); in vmls() 19376 Delegate(kVmls, &Assembler::vmls, cond, dt, rd, rn, rm); in vmls() 19421 Delegate(kVmls, &Assembler::vmls, cond, dt, rd, rn, rm); in vmls() 19444 Delegate(kVmls, &Assembler::vmls, cond, dt, rd, rn, rm); in vmls()
|