Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZ.h120 const unsigned TDCMASK_ZERO_MINUS = 0x400; variable
132 const unsigned TDCMASK_ZERO = TDCMASK_ZERO_PLUS | TDCMASK_ZERO_MINUS;
148 TDCMASK_ZERO_MINUS |
H A DSystemZISelLowering.cpp6089 TDCMask |= SystemZ::TDCMASK_ZERO_MINUS; in lowerIS_FPCLASS()