User`s guide

Cray XMT Programming Environment Users Guide
Name Description
IF_ZE x = 0 (integer, unsigned, float)
IF_F x = 0 (logical)
IF_NE y != z (integer, unsigned, float)
IF_NZ x != 0 (integer, unsigned, float)
IF_T x != 0 (logical)
Condition Mask: Integer Comparison
IF_ILT y < z (integer)
IF_IGE y >= z (integer)
IF_IGT y > z (integer)
IF_ILE y <= z (integer)
IF_IMI x < 0 (integer)
IF_IPZ x >= 0 (integer)
IF_IPL x > 0 (integer)
IF_IMZ x <= 0 (integer)
Condition Mask: Unsigned Comparison
IF_ULT y < z (unsigned)
IF_UGE y >= z (unsigned)
IF_UGT y > z (unsigned)
IF_ULE y <= z (unsigned)
Condition Mask: Float Comparison
IF_FLT y < z (float)
IF_FGE y >= z (float)
IF_FGT y > z (float)
IF_FLE y <= z (float)
Condition Mask: Other Tests
IF_IOV x overflowed (integer)
IF_FUN y and z are unordered (float)
IF_CY Carry
IF_NC No carry
Condition Mask: Specific Conditions
IF_0 Zero, no carry
IF_1 Negative, no carry
IF_2 Positive, no carry
134 S247920