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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc609 case kVdiv:
H A Dconstants-aarch32.h405 kVdiv, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1056 (type == kVdiv) || (type == kVeor) || (type == kVfma) ||
1154 VIXL_ASSERT((type == kVadd) || (type == kVdiv) || (type == kVfma) ||
H A Dassembler-aarch32.cc16110 Delegate(kVdiv, &Assembler::vdiv, cond, dt, rd, rn, rm);
16133 Delegate(kVdiv, &Assembler::vdiv, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc4714 os().SetCurrentInstruction(kVdiv, kFpNeon);
4715 os() << ToCString(kVdiv) << ConditionPrinter(it_block_, cond) << dt;
4725 os().SetCurrentInstruction(kVdiv, kFpNeon);
4726 os() << ToCString(kVdiv) << ConditionPrinter(it_block_, cond) << dt;
[all...]

Completed in 195 milliseconds