Lines Matching refs:Rotate
122 Rotate(0) {} in RxSBGOperands()
130 unsigned Rotate; member
727 if (RxSBG.Rotate != 0) in refineRxSBGMask()
728 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate)); in refineRxSBGMask()
740 if (RxSBG.Rotate != 0) in maskMatters()
741 Mask = ((Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate))); in maskMatters()
815 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63; in expandRxSBG()
869 RxSBG.Rotate = (RxSBG.Rotate + Count) & 63; in expandRxSBG()
897 RxSBG.Rotate = (RxSBG.Rotate - Count) & 63; in expandRxSBG()
966 if (RISBG.Rotate == 0 && (RISBG.Mask == 0xff || RISBG.Mask == 0xffff)) { in tryRISBGZero()
999 CurDAG->getTargetConstant(RISBG.Rotate, DL, MVT::i32) in tryRISBGZero()
1057 CurDAG->getTargetConstant(RxSBG[I].Rotate, DL, MVT::i32) in tryRxSBG()