Home | History | Annotate | Download | only in CellSPU

Lines Matching refs:shift_amt

752         unsigned shift_amt = unsigned(CN->getZExtValue());
754 if (shift_amt >= 32) {
759 shift_amt -= 32;
760 if (shift_amt > 0) {
762 SDValue shift = CurDAG->getTargetConstant(shift_amt, MVT::i32);