Lines Matching refs:getShiftOp
180 /// getShiftOp - Return the shift opcode (bit[6:5]) of the immediate value.182 unsigned getShiftOp(ARM_AM::ShiftOpc ShOpc) const {961 unsigned SBits = getShiftOp(ShOp);1013 Binary |= getShiftOp(ShOp) << 5; // Shift type is bits [6:5]