Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZ.h160 static inline bool isImmHH(uint64_t Val) { in isImmHH() function
DSystemZOperands.td358 return SystemZ::isImmHH(N->getZExtValue());
376 return SystemZ::isImmHH(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.h176 static inline bool isImmHH(uint64_t Val) { in isImmHH() function
DSystemZOperands.td393 return SystemZ::isImmHH(N->getZExtValue());
411 return SystemZ::isImmHH(uint64_t(~N->getZExtValue()));
DSystemZISelLowering.cpp2033 !SystemZ::isImmHL(Mask) && !SystemZ::isImmHH(Mask)) in getTestUnderMaskCond()