Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc701 case kVpush: in ToCString()
Dconstants-aarch32.h451 kVpush, enumerator
Dassembler-aarch32.h1798 VIXL_ASSERT((type == kVpop) || (type == kVpush)); in Delegate()
1807 VIXL_ASSERT((type == kVpop) || (type == kVpush)); in Delegate()
Ddisasm-aarch32.cc5712 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()
Dassembler-aarch32.cc21220 Delegate(kVpush, &Assembler::vpush, cond, dt, dreglist); in vpush()
21244 Delegate(kVpush, &Assembler::vpush, cond, dt, sreglist); in vpush()