Home
last modified time | relevance | path

Searched refs:isImmLH (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZ.h166 static inline bool isImmLH(uint64_t Val) { in isImmLH() function
DSystemZOperands.td324 return SystemZ::isImmLH(N->getZExtValue());
334 return SystemZ::isImmLH(uint32_t(~N->getZExtValue()));
416 return SystemZ::isImmLH(N->getZExtValue());
434 return SystemZ::isImmLH(uint64_t(~N->getZExtValue()));
467 return SystemZ::isImmLH(uint64_t(-N->getZExtValue()));
DSystemZShortenInst.cpp100 if (SystemZ::isImmLH(Imm)) { in shortenIIF()
DSystemZInstrInfo.cpp1959 else if (SystemZ::isImmLH(Value)) { in loadImmediate()
DSystemZISelLowering.cpp2533 if (!SystemZ::isImmLL(Mask) && !SystemZ::isImmLH(Mask) && in getTestUnderMaskCond()