Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZ.h142 const unsigned TDCMASK_PLUS = TDCMASK_POSITIVE | variable
150 const unsigned TDCMASK_ALL = TDCMASK_PLUS | TDCMASK_MINUS;
H A DSystemZTDC.cpp228 Mask &= SystemZ::TDCMASK_PLUS; in convertFCmp()
260 Mask = SystemZ::TDCMASK_PLUS; in convertICmp()