Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZ.h155 static inline bool isImmHL(uint64_t Val) { in isImmHL() function
DSystemZOperands.td354 return SystemZ::isImmHL(N->getZExtValue());
372 return SystemZ::isImmHL(uint64_t(~N->getZExtValue()));
DSystemZISelLowering.cpp1886 !SystemZ::isImmHL(Mask) && !SystemZ::isImmHH(Mask)) in getTestUnderMaskCond()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZ.h171 static inline bool isImmHL(uint64_t Val) { in isImmHL() function
DSystemZOperands.td389 return SystemZ::isImmHL(N->getZExtValue());
407 return SystemZ::isImmHL(uint64_t(~N->getZExtValue()));
DSystemZISelLowering.cpp2033 !SystemZ::isImmHL(Mask) && !SystemZ::isImmHH(Mask)) in getTestUnderMaskCond()