Searched refs:kMovt (Results 1 – 6 of 6) sorted by relevance
193 case kMovt: in ToCString()
197 kMovt, enumerator
963 VIXL_ASSERT((type == kMovt) || (type == kSxtb16) || (type == kTeq) || in Delegate()966 if (type == kMovt) { in Delegate()
643 VIXL_ASSERT((type == kAdd) || (type == kMovt) || (type == kMovw) || in Delegate()
1925 os().SetCurrentInstruction(kMovt, kNoAttribute); in movt()1926 os() << ToCString(kMovt) << ConditionPrinter(it_block_, cond) << " " << rd in movt()
6719 Delegate(kMovt, &Assembler::movt, cond, rd, operand); in movt()