Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZ.h127 const unsigned TDCMASK_PLUS = TDCMASK_POSITIVE | variable
135 const unsigned TDCMASK_ALL = TDCMASK_PLUS | TDCMASK_MINUS;
DSystemZTDC.cpp220 Mask &= SystemZ::TDCMASK_PLUS; in convertFCmp()
252 Mask = SystemZ::TDCMASK_PLUS; in convertICmp()