Home | History | Annotate | Download | only in compiler

Lines Matching refs:absolute

148 static struct rc_src_register absolute(struct rc_src_register reg)
334 emit1(c, inst->Prev, RC_OPCODE_FRC, 0, dst, absolute(inst->U.I.SrcReg[0]));
335 emit2(c, inst->Prev, RC_OPCODE_ADD, 0, dst, absolute(inst->U.I.SrcReg[0]),
495 inst->U.I.SrcReg[0] = absolute(inst->U.I.SrcReg[0]);
505 negate(absolute(srcreg(RC_FILE_TEMPORARY, dst.Index))), builtin_zero, builtin_one);
572 negate(absolute(srcreg(RC_FILE_TEMPORARY, dst.Index))), builtin_one, builtin_zero);
655 * absolute value.
698 /* Note: r500 can take absolute values, but r300 cannot. */
985 absolute(swizzle_xxxx(src)),
989 absolute(swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg))),
1267 negate(absolute(if_inst->U.I.SrcReg[0]));