Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZ.h115 static inline bool isImmHL(uint64_t Val) { in isImmHL() function
HDSystemZOperands.td354 return SystemZ::isImmHL(N->getZExtValue());
372 return SystemZ::isImmHL(uint64_t(~N->getZExtValue()));
HDSystemZISelLowering.cpp1837 !SystemZ::isImmHL(Mask) && !SystemZ::isImmHH(Mask)) in getTestUnderMaskCond()