reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
  751   if (RxSBG.Rotate != 0)
  752     Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate));
  752     Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate));
  764   if (RxSBG.Rotate != 0)
  765     Mask = ((Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate)));
  765     Mask = ((Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate)));
  837     RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63;
  837     RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63;
  867       if (RxSBG.Mask == 1 && RxSBG.Rotate == 1)
  868         RxSBG.Rotate += (BitSize - InnerBitSize);
  898     RxSBG.Rotate = (RxSBG.Rotate + Count) & 63;
  898     RxSBG.Rotate = (RxSBG.Rotate + Count) & 63;
  926     RxSBG.Rotate = (RxSBG.Rotate - Count) & 63;
  926     RxSBG.Rotate = (RxSBG.Rotate - Count) & 63;
  976   if (RISBG.Rotate == 0) {
 1030       ((RISBG.Start + RISBG.Rotate) & 63) >= 32 &&
 1031       ((RISBG.End + RISBG.Rotate) & 63) >=
 1032       ((RISBG.Start + RISBG.Rotate) & 63)) {
 1043     CurDAG->getTargetConstant(RISBG.Rotate, DL, MVT::i32)
 1100     CurDAG->getTargetConstant(RxSBG[I].Rotate, DL, MVT::i32)