Searched refs:kVfms (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 619 case kVfms: in ToCString()
|
D | constants-aarch32.h | 414 kVfms, enumerator
|
D | assembler-aarch32.h | 1093 (type == kVfms) || (type == kVfnma) || (type == kVfnms) || in Delegate() 1117 (type == kVeor) || (type == kVfma) || (type == kVfms) || in Delegate() 1192 (type == kVfms) || (type == kVfnma) || (type == kVfnms) || in Delegate()
|
D | disasm-aarch32.cc | 4808 os().SetCurrentInstruction(kVfms, kFpNeon); in vfms() 4809 os() << ToCString(kVfms) << ConditionPrinter(it_block_, cond) << dt << " " in vfms() 4815 os().SetCurrentInstruction(kVfms, kFpNeon); in vfms() 4816 os() << ToCString(kVfms) << ConditionPrinter(it_block_, cond) << dt << " " in vfms() 4822 os().SetCurrentInstruction(kVfms, kFpNeon); in vfms() 4823 os() << ToCString(kVfms) << ConditionPrinter(it_block_, cond) << dt << " " in vfms()
|
D | assembler-aarch32.cc | 17700 Delegate(kVfms, &Assembler::vfms, cond, dt, rd, rn, rm); in vfms() 17727 Delegate(kVfms, &Assembler::vfms, cond, dt, rd, rn, rm); in vfms() 17750 Delegate(kVfms, &Assembler::vfms, cond, dt, rd, rn, rm); in vfms()
|