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.h409 kVfma, enumerator
Dassembler-aarch32.h1056 (type == kVdiv) || (type == kVeor) || (type == kVfma) || in Delegate()
1081 (type == kVeor) || (type == kVfma) || (type == kVfms) || in Delegate()
1154 VIXL_ASSERT((type == kVadd) || (type == kVdiv) || (type == kVfma) || in Delegate()
Ddisasm-aarch32.cc4824 os().SetCurrentInstruction(kVfma, kFpNeon); in vfma()
4825 os() << ToCString(kVfma) << ConditionPrinter(it_block_, cond) << dt << " " in vfma()
4831 os().SetCurrentInstruction(kVfma, kFpNeon); in vfma()
4832 os() << ToCString(kVfma) << ConditionPrinter(it_block_, cond) << dt << " " in vfma()
4838 os().SetCurrentInstruction(kVfma, kFpNeon); in vfma()
4839 os() << ToCString(kVfma) << ConditionPrinter(it_block_, cond) << dt << " " in vfma()
Dassembler-aarch32.cc16455 Delegate(kVfma, &Assembler::vfma, cond, dt, rd, rn, rm); in vfma()
16482 Delegate(kVfma, &Assembler::vfma, cond, dt, rd, rn, rm); in vfma()
16505 Delegate(kVfma, &Assembler::vfma, cond, dt, rd, rn, rm); in vfma()