Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp1544 uint64_t SHMI = MOpSHMI.getImm(); in emitRLDICWhenLoweringJumpTables() local
1546 uint64_t NewSH = SHSrc + SHMI; in emitRLDICWhenLoweringJumpTables()
1547 uint64_t NewMB = MBSrc - SHMI; in emitRLDICWhenLoweringJumpTables()
1609 uint64_t SHMI = MOpSHMI.getImm(); in combineSEXTAndSHL() local
1611 if (SHMI + MEMI != 63) in combineSEXTAndSHL()
H A DPPCInstrInfo.cpp3707 uint64_t SHMI = MI.getOperand(2).getImm(); in combineRLWINM() local
3749 APInt RotatedSrcMask = MaskSrc.rotl(SHMI); in combineRLWINM()
3797 uint16_t NewSH = (SHSrc + SHMI) % 32; in combineRLWINM()