Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZ.h89 static inline bool isImmHL(uint64_t Val) { in isImmHL() function
DSystemZOperands.td287 return SystemZ::isImmHL(N->getZExtValue());
305 return SystemZ::isImmHL(uint64_t(~N->getZExtValue()));
DSystemZISelLowering.cpp1261 !SystemZ::isImmHL(Mask) && !SystemZ::isImmHH(Mask)) in getTestUnderMaskCond()