Searched refs:kMovt (Results 1 – 6 of 6) sorted by relevance
193 case kMovt: in ToCString()
201 kMovt, enumerator
667 VIXL_ASSERT((type == kMovt) || (type == kSxtb16) || (type == kTeq) || in Delegate()670 if (type == kMovt) { in Delegate()
659 VIXL_ASSERT((type == kAdd) || (type == kMovt) || (type == kMovw) || in Delegate()
1938 os().SetCurrentInstruction(kMovt, kNoAttribute); in movt()1939 os() << ToCString(kMovt) << ConditionPrinter(it_block_, cond) << " " << rd in movt()
7354 Delegate(kMovt, &Assembler::movt, cond, rd, operand); in movt()