Searched refs:kUbfx (Results 1 – 5 of 5) sorted by relevance
471 case kUbfx: in ToCString()
340 kUbfx, enumerator
733 VIXL_ASSERT((type == kBfi) || (type == kSbfx) || (type == kUbfx)); in Delegate()
3362 os().SetCurrentInstruction(kUbfx, kShift); in ubfx()3363 os() << ToCString(kUbfx) << ConditionPrinter(it_block_, cond) << " " << rd in ubfx()
13004 Delegate(kUbfx, &Assembler::ubfx, cond, rd, rn, lsb, width); in ubfx()