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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc633 case kVld3:
H A Dconstants-aarch32.h417 kVld3, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1472 VIXL_ASSERT((type == kVld1) || (type == kVld2) || (type == kVld3) ||
1484 VIXL_ASSERT((type == kVld3) || (type == kVst3));
H A Dassembler-aarch32.cc17690 Delegate(kVld3, &Assembler::vld3, cond, dt, nreglist, operand);
17886 Delegate(kVld3, &Assembler::vld3, cond, dt, nreglist, operand);
H A Ddisasm-aarch32.cc4958 os().SetCurrentInstruction(kVld3, kFpNeon);
4959 os() << ToCString(kVld3) << ConditionPrinter(it_block_, cond) << dt << " "
4967 os().SetCurrentInstruction(kVld3, kFpNeon);
4968 os() << ToCString(kVld3) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 200 milliseconds