Lines Matching refs:csel
396 * resulting_biased_exp = csel(flush_to_zero, 0, resulting_biased_exp)
399 * sign_mantissa = csel(zero_mantissa, sign_mantissa & sign_mask, sign_mantissa);
404 * return csel(extracted_biased_exp >= 255, x, bitcast_u2f(result));
493 csel(flush_to_zero,
503 csel(zero_mantissa,
617 i.insert_before(assign(x, csel(is_not_zero_or_underflow,
620 csel(is_not_zero_or_underflow,
720 csel(swizzle(is_not_zero, elem, 1),
924 ir->operands[1] = csel(nequal(frtemp, zero), one, zero->clone(ir, NULL));
980 ir->operands[1] = csel(equal(fract(mul(t2, p5->clone(ir, NULL))),
1017 csel(equal(frtemp, zero->clone(ir, NULL)),
1041 ir->operands[2] = csel(greater(arg, zero),
1117 ir_expression *mask = csel(equal(bits, c32),
1214 * implemented. The other way that was considered was to put the csel
1221 base_ir->insert_before(assign(mask, csel(equal(bits, c32),
1472 i.insert_before(assign(as_float, u2f(csel(greater(temp, c000000FF),