Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc621 case kVfnma: in ToCString()
Dconstants-aarch32.h415 kVfnma, enumerator
Dassembler-aarch32.h1093 (type == kVfms) || (type == kVfnma) || (type == kVfnms) || in Delegate()
1192 (type == kVfms) || (type == kVfnma) || (type == kVfnms) || in Delegate()
Ddisasm-aarch32.cc4829 os().SetCurrentInstruction(kVfnma, kFpNeon); in vfnma()
4830 os() << ToCString(kVfnma) << ConditionPrinter(it_block_, cond) << dt << " " in vfnma()
4836 os().SetCurrentInstruction(kVfnma, kFpNeon); in vfnma()
4837 os() << ToCString(kVfnma) << ConditionPrinter(it_block_, cond) << dt << " " in vfnma()
Dassembler-aarch32.cc17773 Delegate(kVfnma, &Assembler::vfnma, cond, dt, rd, rn, rm); in vfnma()
17796 Delegate(kVfnma, &Assembler::vfnma, cond, dt, rd, rn, rm); in vfnma()