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 | 455 kVpush, 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 | 5679 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()
|
D | assembler-aarch32.cc | 22486 Delegate(kVpush, &Assembler::vpush, cond, dt, dreglist); in vpush() 22510 Delegate(kVpush, &Assembler::vpush, cond, dt, sreglist); in vpush()
|