Home
last modified time | relevance | path

Searched refs:kVfma (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc617 case kVfma: in ToCString()
Dconstants-aarch32.h413 kVfma, enumerator
Dassembler-aarch32.h1092 (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()
Ddisasm-aarch32.cc4787 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()
Dassembler-aarch32.cc17610 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()