Home
last modified time | relevance | path

Searched refs:MEMI (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1920 uint64_t MEMI = MOpMEMI.getImm(); in emitRLDICWhenLoweringJumpTables() local
1932 if ((63 - NewSH) != MEMI) in emitRLDICWhenLoweringJumpTables()
1985 uint64_t MEMI = MOpMEMI.getImm(); in combineSEXTAndSHL() local
1986 if (SHMI + MEMI != 63) in combineSEXTAndSHL()
H A DPPCInstrInfo.cpp3818 uint64_t MEMI = MI.getOperand(4).getImm(); in combineRLWINM() local
3820 assert((MEMI < 32 && MESrc < 32 && MBMI < 32 && MBSrc < 32) && in combineRLWINM()
3846 if ((MBMI > MEMI) && !SrcMaskFull) in combineRLWINM()
3850 APInt MaskMI = APInt::getBitsSetWithWrap(32, 32 - MEMI - 1, 32 - MBMI); in combineRLWINM()