Lines Matching refs:csel
188 * resulting_biased_exp = csel(flush_to_zero, 0, resulting_biased_exp)
191 * sign_mantissa = csel(zero_mantissa, sign_mantissa & sign_mask, sign_mantissa);
196 * return csel(extracted_biased_exp >= 255, x, bitcast_u2f(result));
285 csel(flush_to_zero,
295 csel(zero_mantissa,
409 i.insert_before(assign(x, csel(is_not_zero_or_underflow,
412 csel(is_not_zero_or_underflow,
512 csel(swizzle(is_not_zero, elem, 1),
697 ir->operands[1] = csel(nequal(frtemp, zero), one, zero->clone(ir, NULL));
753 ir->operands[1] = csel(equal(fract(mul(t2, p5->clone(ir, NULL))),
790 csel(equal(frtemp, zero->clone(ir, NULL)),
814 ir->operands[2] = csel(greater(arg, zero),
890 ir_expression *mask = csel(equal(bits, c32),
987 * implemented. The other way that was considered was to put the csel
994 base_ir->insert_before(assign(mask, csel(equal(bits, c32),
1245 i.insert_before(assign(as_float, u2f(csel(greater(temp, c000000FF),