Searched refs:kSbfx (Results 1 – 5 of 5) sorted by relevance
287 case kSbfx: in ToCString()
248 kSbfx, enumerator
733 VIXL_ASSERT((type == kBfi) || (type == kSbfx) || (type == kUbfx)); in Delegate()
2456 os().SetCurrentInstruction(kSbfx, kShift); in sbfx()2457 os() << ToCString(kSbfx) << ConditionPrinter(it_block_, cond) << " " << rd in sbfx()
9666 Delegate(kSbfx, &Assembler::sbfx, cond, rd, rn, lsb, width); in sbfx()