Searched refs:kVfnma (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 621 case kVfnma: in ToCString()
|
D | constants-aarch32.h | 415 kVfnma, enumerator
|
D | assembler-aarch32.h | 1093 (type == kVfms) || (type == kVfnma) || (type == kVfnms) || in Delegate() 1192 (type == kVfms) || (type == kVfnma) || (type == kVfnms) || in Delegate()
|
D | disasm-aarch32.cc | 4829 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()
|
D | assembler-aarch32.cc | 17773 Delegate(kVfnma, &Assembler::vfnma, cond, dt, rd, rn, rm); in vfnma() 17796 Delegate(kVfnma, &Assembler::vfnma, cond, dt, rd, rn, rm); in vfnma()
|