Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc699 case kVpop: in ToCString()
Dconstants-aarch32.h450 kVpop, enumerator
Dassembler-aarch32.h1798 VIXL_ASSERT((type == kVpop) || (type == kVpush)); in Delegate()
1807 VIXL_ASSERT((type == kVpop) || (type == kVpush)); in Delegate()
Ddisasm-aarch32.cc5700 os().SetCurrentInstruction(kVpop, kLoadStore | kLoadStoreMultiple | kFpNeon); in vpop()
5701 os() << ToCString(kVpop) << ConditionPrinter(it_block_, cond) << dt << " " in vpop()
5706 os().SetCurrentInstruction(kVpop, kLoadStore | kLoadStoreMultiple | kFpNeon); in vpop()
5707 os() << ToCString(kVpop) << ConditionPrinter(it_block_, cond) << dt << " " in vpop()
Dassembler-aarch32.cc21169 Delegate(kVpop, &Assembler::vpop, cond, dt, dreglist); in vpop()
21193 Delegate(kVpop, &Assembler::vpop, cond, dt, sreglist); in vpop()