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.h455 kVpush, enumerator
Dassembler-aarch32.h1810 VIXL_ASSERT((type == kVpop) || (type == kVpush)); in Delegate()
1819 VIXL_ASSERT((type == kVpop) || (type == kVpush)); in Delegate()
Ddisasm-aarch32.cc5679 os().SetCurrentInstruction(kVpush, kLoadStore | kLoadStoreMultiple | kFpNeon); in vpush()
5680 os() << ToCString(kVpush) << ConditionPrinter(it_block_, cond) << dt << " " in vpush()
5685 os().SetCurrentInstruction(kVpush, kLoadStore | kLoadStoreMultiple | kFpNeon); in vpush()
5686 os() << ToCString(kVpush) << ConditionPrinter(it_block_, cond) << dt << " " in vpush()
Dassembler-aarch32.cc22486 Delegate(kVpush, &Assembler::vpush, cond, dt, dreglist); in vpush()
22510 Delegate(kVpush, &Assembler::vpush, cond, dt, sreglist); in vpush()