Searched refs:kMovs (Results 1 – 6 of 6) sorted by relevance
191 case kMovs: in ToCString()
200 kMovs, enumerator
697 (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()
795 (type == kMovs) || (type == kMvn) || (type == kMvns) || in Delegate()
1932 os().SetCurrentInstruction(kMovs, kNoAttribute); in movs()1933 os() << ToCString(kMovs) << ConditionPrinter(it_block_, cond) << size << " " in movs()
7327 Delegate(kMovs, &Assembler::movs, cond, size, rd, operand); in movs()