Home | History | Annotate | Download | only in compiler

Lines Matching refs:Negate

56 		combine.Negate = outer.Negate;
59 combine.Negate = swizzle_mask(outer.Swizzle, inner.Negate);
60 combine.Negate ^= outer.Negate;
197 *pnegate = GET_BIT(src.Negate, chan);
200 if (swz != *pswz || *pnegate != GET_BIT(src.Negate, chan)) {
213 unsigned int negate= 0;
215 if (is_src_uniform_constant(inst->U.I.SrcReg[2], &swz, &negate)) {
222 if (is_src_uniform_constant(inst->U.I.SrcReg[1], &swz, &negate)) {
225 if (negate)
226 inst->U.I.SrcReg[0].Negate ^= RC_MASK_XYZW;
236 if (is_src_uniform_constant(inst->U.I.SrcReg[0], &swz, &negate)) {
239 if (negate)
240 inst->U.I.SrcReg[1].Negate ^= RC_MASK_XYZW;
254 unsigned int negate = 0;
256 if (is_src_uniform_constant(inst->U.I.SrcReg[0], &swz, &negate)) {
260 if (negate)
261 inst->U.I.SrcReg[0].Negate ^= RC_MASK_XYZW;
270 if (is_src_uniform_constant(inst->U.I.SrcReg[1], &swz, &negate)) {
273 if (negate)
274 inst->U.I.SrcReg[0].Negate ^= RC_MASK_XYZW;
287 unsigned int negate = 0;
289 if (is_src_uniform_constant(inst->U.I.SrcReg[0], &swz, &negate)) {
297 if (is_src_uniform_constant(inst->U.I.SrcReg[1], &swz, &negate)) {
371 newsrc.Negate ^= 1 << chan;
490 if (inst_add->U.I.SrcReg[1].Negate || inst_add->U.I.SrcReg[0].Negate)
495 if (inst_add->U.I.SrcReg[1].Negate) {
502 inst_reader->U.I.PreSub.SrcReg[0].Negate = 0;
503 inst_reader->U.I.PreSub.SrcReg[1].Negate = 0;
567 unsigned src0_neg = inst_add->U.I.SrcReg[0].Negate & dstmask;
568 unsigned src1_neg = inst_add->U.I.SrcReg[1].Negate & dstmask;
578 Negate && inst_add->U.I.SrcReg[1].Negate)
582 if (inst_add->U.I.SrcReg[0].Negate && src0_neg != dstmask)
586 if (inst_add->U.I.SrcReg[1].Negate && src1_neg != dstmask)
607 inst_reader->U.I.PreSub.SrcReg[0].Negate = 0;
647 if ((inst_add->U.I.SrcReg[1].Negate & inst_add->U.I.DstReg.WriteMask) !=
728 if (inst_mul->U.I.SrcReg[i].Negate) {
763 inst_mul->U.I.SrcReg[const_index].Negate,