Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZ.h131 const unsigned TDCMASK_MINUS = TDCMASK_NEGATIVE | variable
135 const unsigned TDCMASK_ALL = TDCMASK_PLUS | TDCMASK_MINUS;
DSystemZTDC.cpp249 Mask = SystemZ::TDCMASK_MINUS; in convertICmp()