Searched refs:kVpush (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 701 case kVpush: in ToCString()
|
D | constants-aarch32.h | 451 kVpush, enumerator
|
D | assembler-aarch32.h | 1798 VIXL_ASSERT((type == kVpop) || (type == kVpush)); in Delegate() 1807 VIXL_ASSERT((type == kVpop) || (type == kVpush)); in Delegate()
|
D | disasm-aarch32.cc | 5712 os().SetCurrentInstruction(kVpush, kLoadStore | kLoadStoreMultiple | kFpNeon); in vpush() 5713 os() << ToCString(kVpush) << ConditionPrinter(it_block_, cond) << dt << " " in vpush() 5718 os().SetCurrentInstruction(kVpush, kLoadStore | kLoadStoreMultiple | kFpNeon); in vpush() 5719 os() << ToCString(kVpush) << ConditionPrinter(it_block_, cond) << dt << " " in vpush()
|
D | assembler-aarch32.cc | 21220 Delegate(kVpush, &Assembler::vpush, cond, dt, dreglist); in vpush() 21244 Delegate(kVpush, &Assembler::vpush, cond, dt, sreglist); in vpush()
|