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.h200 kMovs, enumerator
Dmacro-assembler-aarch32.cc697 (type == kMovs) || (type == kMvn) || (type == kMvns) || in Delegate()
701 VIXL_ASSERT((type != kMov) || (type != kMovs)); in Delegate()
739 case kMovs: in Delegate()
743 if (type == kMovs) { in Delegate()
Dassembler-aarch32.h795 (type == kMovs) || (type == kMvn) || (type == kMvns) || in Delegate()
Ddisasm-aarch32.cc1932 os().SetCurrentInstruction(kMovs, kNoAttribute); in movs()
1933 os() << ToCString(kMovs) << ConditionPrinter(it_block_, cond) << size << " " in movs()
Dassembler-aarch32.cc7327 Delegate(kMovs, &Assembler::movs, cond, size, rd, operand); in movs()