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 | 409 kVfma, enumerator
|
D | assembler-aarch32.h | 1056 (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()
|
D | disasm-aarch32.cc | 4824 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()
|
D | assembler-aarch32.cc | 16455 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()
|