Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZ.h147 const unsigned TDCMASK_MINUS = TDCMASK_NEGATIVE | variable
151 const unsigned TDCMASK_ALL = TDCMASK_PLUS | TDCMASK_MINUS;
H A DSystemZTDC.cpp253 Mask = SystemZ::TDCMASK_MINUS; in convertICmp()