Searched refs:kTeq (Results 1 – 6 of 6) sorted by relevance
461 case kTeq: in ToCString()
331 kTeq, enumerator
963 VIXL_ASSERT((type == kMovt) || (type == kSxtb16) || (type == kTeq) || in Delegate()972 if ((type == kTeq) && operand.IsImmediate()) { in Delegate()
644 (type == kSub) || (type == kSxtb16) || (type == kTeq) || in Delegate()
3301 os().SetCurrentInstruction(kTeq, kBitwise); in teq()3302 os() << ToCString(kTeq) << ConditionPrinter(it_block_, cond) << " " << rn in teq()
11774 Delegate(kTeq, &Assembler::teq, cond, rn, operand); in teq()