Lines Matching defs:shift
765 unsigned shift = (shiftHi << 6) | shiftLo;
773 // if shift == '11' then ReservedValue()
797 // if shift == '11' then ReservedValue()
815 Inst.addOperand(MCOperand::CreateImm(shift));
824 unsigned shift = fieldFromInstruction(insn, 21, 2);
825 shift <<= 4;
832 if (shift & (1U << 5))
848 Inst.addOperand(MCOperand::CreateImm(shift));
1310 unsigned shift = extend & 0x7;
1311 if (shift > 4)