Searched refs:kVpop (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 699 case kVpop: in ToCString()
|
D | constants-aarch32.h | 454 kVpop, enumerator
|
D | assembler-aarch32.h | 1810 VIXL_ASSERT((type == kVpop) || (type == kVpush)); in Delegate() 1819 VIXL_ASSERT((type == kVpop) || (type == kVpush)); in Delegate()
|
D | disasm-aarch32.cc | 5667 os().SetCurrentInstruction(kVpop, kLoadStore | kLoadStoreMultiple | kFpNeon); in vpop() 5668 os() << ToCString(kVpop) << ConditionPrinter(it_block_, cond) << dt << " " in vpop() 5673 os().SetCurrentInstruction(kVpop, kLoadStore | kLoadStoreMultiple | kFpNeon); in vpop() 5674 os() << ToCString(kVpop) << ConditionPrinter(it_block_, cond) << dt << " " in vpop()
|
D | assembler-aarch32.cc | 22435 Delegate(kVpop, &Assembler::vpop, cond, dt, dreglist); in vpop() 22459 Delegate(kVpop, &Assembler::vpop, cond, dt, sreglist); in vpop()
|