Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZ.h119 const unsigned TDCMASK_ZERO_PLUS = 0x800; variable
132 const unsigned TDCMASK_ZERO = TDCMASK_ZERO_PLUS | TDCMASK_ZERO_MINUS;
144 TDCMASK_ZERO_PLUS |
H A DSystemZISelLowering.cpp6083 TDCMask |= SystemZ::TDCMASK_ZERO_PLUS; in lowerIS_FPCLASS()