Searched refs:MaskSrc (Results 1 – 3 of 3) sorted by relevance
3796 APInt MaskSrc = APInt::getBitsSetWithWrap(32, 32 - MESrc - 1, 32 - MBSrc); in combineRLWINM() local3798 APInt RotatedSrcMask = MaskSrc.rotl(SHMI); in combineRLWINM()
2390 Register MaskSrc; in earlySelect() local2395 m_OneNonDBGUse(m_GAnd(m_Reg(MaskSrc), m_ICst(MaskImm)))))) in earlySelect()2404 emitInstr(Opc, {Dst}, {MaskSrc, ShiftSrc, Immr, Imms}, MIB); in earlySelect()
4221 int MaskSrc = M < Size ? 0 : 1; in isElementRotate() local4231 TargetSrc = MaskSrc; in isElementRotate()4232 else if (TargetSrc != MaskSrc) in isElementRotate()