Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZ.h146 const unsigned TDCMASK_MINUS = TDCMASK_NEGATIVE | variable
150 const unsigned TDCMASK_ALL = TDCMASK_PLUS | TDCMASK_MINUS;
H A DSystemZTDC.cpp257 Mask = SystemZ::TDCMASK_MINUS; in convertICmp()