Searched refs:kTeq (Results 1 – 6 of 6) sorted by relevance
461 case kTeq: in ToCString()
335 kTeq, enumerator
667 VIXL_ASSERT((type == kMovt) || (type == kSxtb16) || (type == kTeq) || in Delegate()676 if ((type == kTeq) && operand.IsImmediate()) { in Delegate()
660 (type == kSub) || (type == kSxtb16) || (type == kTeq) || in Delegate()
3310 os().SetCurrentInstruction(kTeq, kBitwise); in teq()3311 os() << ToCString(kTeq) << ConditionPrinter(it_block_, cond) << " " << rn in teq()
12822 Delegate(kTeq, &Assembler::teq, cond, rn, operand); in teq()