Searched refs:MBSrc (Results 1 – 2 of 2) sorted by relevance
1918 uint64_t MBSrc = MOpMBSrc.getImm(); in emitRLDICWhenLoweringJumpTables() local1922 uint64_t NewMB = MBSrc - SHMI; in emitRLDICWhenLoweringJumpTables()
3815 uint64_t MBSrc = SrcMI->getOperand(3).getImm(); in combineRLWINM() local3820 assert((MEMI < 32 && MESrc < 32 && MBMI < 32 && MBSrc < 32) && in combineRLWINM()3843 bool SrcMaskFull = (MBSrc - MESrc == 1) || (MBSrc == 0 && MESrc == 31); in combineRLWINM()3854 APInt MaskSrc = APInt::getBitsSetWithWrap(32, 32 - MESrc - 1, 32 - MBSrc); in combineRLWINM()