Lines Matching refs:one
220 /* We need one pair of shared VGPRs:
3349 Temp one = bld.copy(bld.def(v1), Operand::c32(0x3c00u));
3350 bld.vop2(aco_opcode::v_cndmask_b32, Definition(dst), Operand::zero(), one, src);
3380 Temp one = bld.copy(bld.def(v1), Operand::c32(0x3FF00000u));
3382 bld.vop2_e64(aco_opcode::v_cndmask_b32, bld.def(v1), Operand::zero(), one, src);
6398 /* dmask cannot be 0, at least one vgpr is always read */
9290 Operand one = Operand::c32(0x3f800000u);
9295 Temp sgn_ma = bld.vop2_e64(aco_opcode::v_cndmask_b32, bld.def(v1), neg_one, one, is_ma_positive);
9308 bld.vop2(aco_opcode::v_cndmask_b32, bld.def(v1), neg_sgn_ma, sgn_ma, is_ma_z), one, is_ma_y);
10149 /* we can use a linear phi in some cases if one src is undef */
10282 // TODO: if the loop has not a single exit, we must add one °°
10512 /* the last operand should be the one that needs to be removed */
10521 * and the previous one shouldn't both happen at once because a break in the
11313 /* check if at least one of the values to be compressed is enabled */
12453 uint32_t one =
12459 Operand::c32(j == 3 ? one : 0u));