Lines Matching refs:csel
403 * resulting_biased_exp = csel(flush_to_zero, 0, resulting_biased_exp)
406 * sign_mantissa = csel(zero_mantissa, sign_mantissa & sign_mask, sign_mantissa);
411 * return csel(extracted_biased_exp >= 255, x, bitcast_u2f(result));
500 csel(flush_to_zero,
510 csel(zero_mantissa,
624 i.insert_before(assign(x, csel(is_not_zero_or_underflow,
627 csel(is_not_zero_or_underflow,
727 csel(swizzle(is_not_zero, elem, 1),
932 ir->operands[1] = csel(nequal(frtemp, zero), one, zero->clone(ir, NULL));
988 ir->operands[1] = csel(equal(fract(mul(t2, p5->clone(ir, NULL))),
1025 csel(equal(frtemp, zero->clone(ir, NULL)),
1049 ir->operands[2] = csel(greater(arg, zero),
1125 ir_expression *mask = csel(equal(bits, c32),
1222 * implemented. The other way that was considered was to put the csel
1229 base_ir->insert_before(assign(mask, csel(equal(bits, c32),
1480 i.insert_before(assign(as_float, u2f(csel(greater(temp, c000000FF),