Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc813 case kVstm: in ToCString()
Dconstants-aarch32.h507 kVstm, enumerator
Dassembler-aarch32.h1496 (type == kVstm) || (type == kVstmdb) || (type == kVstmia)); in Delegate()
1508 (type == kVstm) || (type == kVstmdb) || (type == kVstmia)); in Delegate()
Ddisasm-aarch32.cc6781 os().SetCurrentInstruction(kVstm, kLoadStore | kLoadStoreMultiple | kFpNeon); in vstm()
6782 os() << ToCString(kVstm) << ConditionPrinter(it_block_, cond) << dt << " " in vstm()
6791 os().SetCurrentInstruction(kVstm, kLoadStore | kLoadStoreMultiple | kFpNeon); in vstm()
6792 os() << ToCString(kVstm) << ConditionPrinter(it_block_, cond) << dt << " " in vstm()
Dassembler-aarch32.cc25753 Delegate(kVstm, &Assembler::vstm, cond, dt, rn, write_back, dreglist); in vstm()
25784 Delegate(kVstm, &Assembler::vstm, cond, dt, rn, write_back, sreglist); in vstm()