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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc619 case kVfms:
H A Dconstants-aarch32.h410 kVfms, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1057 (type == kVfms) || (type == kVfnma) || (type == kVfnms) ||
1081 (type == kVeor) || (type == kVfma) || (type == kVfms) ||
1155 (type == kVfms) || (type == kVfnma) || (type == kVfnms) ||
H A Dassembler-aarch32.cc16545 Delegate(kVfms, &Assembler::vfms, cond, dt, rd, rn, rm);
16572 Delegate(kVfms, &Assembler::vfms, cond, dt, rd, rn, rm);
16595 Delegate(kVfms, &Assembler::vfms, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc4845 os().SetCurrentInstruction(kVfms, kFpNeon);
4846 os() << ToCString(kVfms) << ConditionPrinter(it_block_, cond) << dt << " "
4852 os().SetCurrentInstruction(kVfms, kFpNeon);
4853 os() << ToCString(kVfms) << ConditionPrinter(it_block_, cond) << dt << " "
4859 os().SetCurrentInstruction(kVfms, kFpNeon);
4860 os() << ToCString(kVfms) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 2157 milliseconds