Searched refs:MaskSrc (Results 1 – 3 of 3) sorted by relevance
2292 Register MaskSrc; in earlySelect() local2297 m_OneNonDBGUse(m_GAnd(m_Reg(MaskSrc), m_ICst(MaskImm)))))) in earlySelect()2306 emitInstr(Opc, {Dst}, {MaskSrc, ShiftSrc, Immr, Imms}, MIB); in earlySelect()
3817 APInt MaskSrc = APInt::getBitsSetWithWrap(32, 32 - MESrc - 1, 32 - MBSrc); in combineRLWINM() local3819 APInt RotatedSrcMask = MaskSrc.rotl(SHMI); in combineRLWINM()
2574 int MaskSrc = M < Size ? 0 : 1; in isElementRotate() local2584 TargetSrc = MaskSrc; in isElementRotate()2585 else if (TargetSrc != MaskSrc) in isElementRotate()