Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc809 case kVst3: in ToCString()
Dconstants-aarch32.h509 kVst3, enumerator
Dassembler-aarch32.h1506 (type == kVst3) || (type == kVst4)); in Delegate()
1516 VIXL_ASSERT((type == kVld3) || (type == kVst3)); in Delegate()
Ddisasm-aarch32.cc6690 os().SetCurrentInstruction(kVst3, kFpNeon); in vst3()
6691 os() << ToCString(kVst3) << ConditionPrinter(it_block_, cond) << dt << " " in vst3()
6699 os().SetCurrentInstruction(kVst3, kFpNeon); in vst3()
6700 os() << ToCString(kVst3) << ConditionPrinter(it_block_, cond) << dt << " " in vst3()
Dassembler-aarch32.cc26713 Delegate(kVst3, &Assembler::vst3, cond, dt, nreglist, operand); in vst3()
26824 Delegate(kVst3, &Assembler::vst3, cond, dt, nreglist, operand); in vst3()