Searched refs:MBSrc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp867 uint64_t MBSrc = SrcMI->getOperand(3).getImm(); local
872 assert((MEMI < 32 && MESrc < 32 && MBMI < 32 && MBSrc < 32) &&
896 bool SrcMaskFull = (MBSrc - MESrc == 1) || (MBSrc == 0 && MESrc == 31);
908 APInt::getBitsSetWithWrap(32, 32 - MESrc - 1, 32 - MBSrc);
1533 uint64_t MBSrc = MOpMBSrc.getImm(); local
1537 uint64_t NewMB = MBSrc - SHMI;
1541 // The bits cleared with RLDICL are [0, MBSrc).
1544 // [0, MBSrc-SHMI) and (MEMI, 63).

Completed in 114 milliseconds