Searched refs:kVld3 (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 633 case kVld3: in ToCString()
|
D | constants-aarch32.h | 417 kVld3, enumerator
|
D | assembler-aarch32.h | 1472 VIXL_ASSERT((type == kVld1) || (type == kVld2) || (type == kVld3) || in Delegate() 1484 VIXL_ASSERT((type == kVld3) || (type == kVst3)); in Delegate()
|
D | disasm-aarch32.cc | 4958 os().SetCurrentInstruction(kVld3, kFpNeon); in vld3() 4959 os() << ToCString(kVld3) << ConditionPrinter(it_block_, cond) << dt << " " in vld3() 4967 os().SetCurrentInstruction(kVld3, kFpNeon); in vld3() 4968 os() << ToCString(kVld3) << ConditionPrinter(it_block_, cond) << dt << " " in vld3()
|
D | assembler-aarch32.cc | 17690 Delegate(kVld3, &Assembler::vld3, cond, dt, nreglist, operand); in vld3() 17886 Delegate(kVld3, &Assembler::vld3, cond, dt, nreglist, operand); in vld3()
|