Home
last modified time | relevance | path

Searched refs:TDCMASK_INFINITY_PLUS (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZ.h125 const unsigned TDCMASK_INFINITY_PLUS = 0x020; variable
135 TDCMASK_INFINITY_PLUS;
H A DSystemZTDC.cpp171 SystemZ::TDCMASK_INFINITY_PLUS, // eq in convertFCmp()
191 SystemZ::TDCMASK_INFINITY_PLUS), // gt (actually ge) in convertFCmp()
H A DSystemZISelLowering.cpp6075 TDCMask |= SystemZ::TDCMASK_INFINITY_PLUS; in lowerIS_FPCLASS()