Lines Matching defs:cond
60 # Variable names are specified as "[#]name[@type][(cond)][.swiz]" where:
64 # (cond) specifies an additional condition function (see nir_search_helpers.h),
2106 cond = 'true'
2108 cond = 'options->support_8bit_alu'
2110 cond = 'options->support_16bit_alu'
2130 ((xeq, (x2xM, aN), (x2xM, bP)), (xeq, a, (x2xN, b)), cond),
2131 ((xne, (x2xM, aN), (x2xM, bP)), (xne, a, (x2xN, b)), cond),
2132 ((xge, (x2xM, aN), (x2xM, bP)), (xge, a, (x2xN, b)), cond),
2133 ((xlt, (x2xM, aN), (x2xM, bP)), (xlt, a, (x2xN, b)), cond),
2134 ((xge, (x2xM, bP), (x2xM, aN)), (xge, (x2xN, b), a), cond),
2135 ((xlt, (x2xM, bP), (x2xM, aN)), (xlt, (x2xN, b), a), cond),
2155 ('iand', (xeq, a, (x2xN, b)), (xeq, (x2xM, (x2xN, b)), b)), cond),
2157 ('ior', (xne, a, (x2xN, b)), (xne, (x2xM, (x2xN, b)), b)), cond),
2160 ('ior', (xlt, xN_max, b), (xlt, a, (x2xN, b)))), cond),
2163 ('ior', (xlt, a, xN_min), (xlt, (x2xN, a), b))), cond),
2166 ('ior', (xge, xN_min, b), (xge, a, (x2xN, b)))), cond),
2169 ('ior', (xge, a, xN_max), (xge, (x2xN, a), b))), cond),