Searched refs:MBSrc (Results 1 – 2 of 2) sorted by relevance
1922 uint64_t MBSrc = MOpMBSrc.getImm(); in emitRLDICWhenLoweringJumpTables() local1926 uint64_t NewMB = MBSrc - SHMI; in emitRLDICWhenLoweringJumpTables()
3846 uint64_t MBSrc = SrcMI->getOperand(3).getImm(); in combineRLWINM() local3851 assert((MEMI < 32 && MESrc < 32 && MBMI < 32 && MBSrc < 32) && in combineRLWINM()3874 bool SrcMaskFull = (MBSrc - MESrc == 1) || (MBSrc == 0 && MESrc == 31); in combineRLWINM()3885 APInt MaskSrc = APInt::getBitsSetWithWrap(32, 32 - MESrc - 1, 32 - MBSrc); in combineRLWINM()