Searched refs:kSxtb16 (Results 1 – 6 of 6) sorted by relevance
453 case kSxtb16: in ToCString()
331 kSxtb16, enumerator
667 VIXL_ASSERT((type == kMovt) || (type == kSxtb16) || (type == kTeq) || in Delegate()
660 (type == kSub) || (type == kSxtb16) || (type == kTeq) || in Delegate()
3275 os().SetCurrentInstruction(kSxtb16, kArithmetic); in sxtb16()3276 os() << ToCString(kSxtb16) << ConditionPrinter(it_block_, cond); in sxtb16()
12676 Delegate(kSxtb16, &Assembler::sxtb16, cond, rd, operand); in sxtb16()