Home
last modified time | relevance | path

Searched refs:isRxSBGMask (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.h240 bool isRxSBGMask(uint64_t Mask, unsigned BitSize,
HDSystemZInstrInfo.cpp724 if (isRxSBGMask(Imm, And.RegSize, Start, End)) { in convertToThreeAddress()
1178 bool SystemZInstrInfo::isRxSBGMask(uint64_t Mask, unsigned BitSize, in isRxSBGMask() function in SystemZInstrInfo
HDSystemZISelDAGToDAG.cpp684 if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) { in refineRxSBGMask()