Home
last modified time | relevance | path

Searched refs:TDCMASK_PLUS (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZ.h143 const unsigned TDCMASK_PLUS = TDCMASK_POSITIVE | variable
151 const unsigned TDCMASK_ALL = TDCMASK_PLUS | TDCMASK_MINUS;
H A DSystemZTDC.cpp224 Mask &= SystemZ::TDCMASK_PLUS; in convertFCmp()
256 Mask = SystemZ::TDCMASK_PLUS; in convertICmp()