Home
last modified time | relevance | path

Searched refs:kMovs (Results 1 – 6 of 6) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc191 case kMovs: in ToCString()
Dconstants-aarch32.h196 kMovs, enumerator
Dmacro-assembler-aarch32.cc993 (type == kMovs) || (type == kMvn) || (type == kMvns) || in Delegate()
997 VIXL_ASSERT((type != kMov) || (type != kMovs)); in Delegate()
1035 case kMovs: in Delegate()
1039 if (type == kMovs) { in Delegate()
Dassembler-aarch32.h769 (type == kMovs) || (type == kMvn) || (type == kMvns) || in Delegate()
Ddisasm-aarch32.cc1919 os().SetCurrentInstruction(kMovs, kNoAttribute); in movs()
1920 os() << ToCString(kMovs) << ConditionPrinter(it_block_, cond) << size << " " in movs()
Dassembler-aarch32.cc6692 Delegate(kMovs, &Assembler::movs, cond, size, rd, operand); in movs()