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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc621 case kVfnma:
H A Dconstants-aarch32.h411 kVfnma, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1057 (type == kVfms) || (type == kVfnma) || (type == kVfnms) ||
1155 (type == kVfms) || (type == kVfnma) || (type == kVfnms) ||
H A Dassembler-aarch32.cc16618 Delegate(kVfnma, &Assembler::vfnma, cond, dt, rd, rn, rm);
16641 Delegate(kVfnma, &Assembler::vfnma, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc4866 os().SetCurrentInstruction(kVfnma, kFpNeon);
4867 os() << ToCString(kVfnma) << ConditionPrinter(it_block_, cond) << dt << " "
4873 os().SetCurrentInstruction(kVfnma, kFpNeon);
4874 os() << ToCString(kVfnma) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 228 milliseconds