HomeSort by relevance Sort by last modified time
    Searched refs:TDCMASK_PLUS (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZ.h 127 const unsigned TDCMASK_PLUS = TDCMASK_POSITIVE |
135 const unsigned TDCMASK_ALL = TDCMASK_PLUS | TDCMASK_MINUS;
SystemZTDC.cpp 220 Mask &= SystemZ::TDCMASK_PLUS;
252 Mask = SystemZ::TDCMASK_PLUS;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZ.h 143 const unsigned TDCMASK_PLUS = TDCMASK_POSITIVE |
151 const unsigned TDCMASK_ALL = TDCMASK_PLUS | TDCMASK_MINUS;
SystemZTDC.cpp 220 Mask &= SystemZ::TDCMASK_PLUS;
252 Mask = SystemZ::TDCMASK_PLUS;

Completed in 156 milliseconds