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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc631 case kVld2:
H A Dconstants-aarch32.h416 kVld2, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1472 VIXL_ASSERT((type == kVld1) || (type == kVld2) || (type == kVld3) ||
H A Dassembler-aarch32.cc17565 Delegate(kVld2, &Assembler::vld2, cond, dt, nreglist, operand);
H A Ddisasm-aarch32.cc4949 os().SetCurrentInstruction(kVld2, kFpNeon);
4950 os() << ToCString(kVld2) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 196 milliseconds