Searched refs:kUbfx (Results 1 – 5 of 5) sorted by relevance
471 case kUbfx: in ToCString()
336 kUbfx, enumerator
707 VIXL_ASSERT((type == kBfi) || (type == kSbfx) || (type == kUbfx)); in Delegate()
3356 os().SetCurrentInstruction(kUbfx, kShift); in ubfx()3357 os() << ToCString(kUbfx) << ConditionPrinter(it_block_, cond) << " " << rd in ubfx()
11948 Delegate(kUbfx, &Assembler::ubfx, cond, rd, rn, lsb, operand); in ubfx()