Searched refs:kVfma (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 617 case kVfma: in ToCString()
|
D | constants-aarch32.h | 413 kVfma, enumerator
|
D | assembler-aarch32.h | 1092 (type == kVdiv) || (type == kVeor) || (type == kVfma) || in Delegate() 1117 (type == kVeor) || (type == kVfma) || (type == kVfms) || in Delegate() 1191 VIXL_ASSERT((type == kVadd) || (type == kVdiv) || (type == kVfma) || in Delegate()
|
D | disasm-aarch32.cc | 4787 os().SetCurrentInstruction(kVfma, kFpNeon); in vfma() 4788 os() << ToCString(kVfma) << ConditionPrinter(it_block_, cond) << dt << " " in vfma() 4794 os().SetCurrentInstruction(kVfma, kFpNeon); in vfma() 4795 os() << ToCString(kVfma) << ConditionPrinter(it_block_, cond) << dt << " " in vfma() 4801 os().SetCurrentInstruction(kVfma, kFpNeon); in vfma() 4802 os() << ToCString(kVfma) << ConditionPrinter(it_block_, cond) << dt << " " in vfma()
|
D | assembler-aarch32.cc | 17610 Delegate(kVfma, &Assembler::vfma, cond, dt, rd, rn, rm); in vfma() 17637 Delegate(kVfma, &Assembler::vfma, cond, dt, rd, rn, rm); in vfma() 17660 Delegate(kVfma, &Assembler::vfma, cond, dt, rd, rn, rm); in vfma()
|