Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc633 case kVld3: in ToCString()
Dconstants-aarch32.h421 kVld3, enumerator
Dassembler-aarch32.h1504 VIXL_ASSERT((type == kVld1) || (type == kVld2) || (type == kVld3) || in Delegate()
1516 VIXL_ASSERT((type == kVld3) || (type == kVst3)); in Delegate()
Ddisasm-aarch32.cc4921 os().SetCurrentInstruction(kVld3, kFpNeon); in vld3()
4922 os() << ToCString(kVld3) << ConditionPrinter(it_block_, cond) << dt << " " in vld3()
4930 os().SetCurrentInstruction(kVld3, kFpNeon); in vld3()
4931 os() << ToCString(kVld3) << ConditionPrinter(it_block_, cond) << dt << " " in vld3()
Dassembler-aarch32.cc18847 Delegate(kVld3, &Assembler::vld3, cond, dt, nreglist, operand); in vld3()
19047 Delegate(kVld3, &Assembler::vld3, cond, dt, nreglist, operand); in vld3()