Lines Matching refs:add
386 * add(16) g4<1>F g4<8,8,1>F g6<8,8,1>F
390 * add(8) g4<1>F g4<8,8,1>F g6<8,8,1>F
391 * add(8) g5<1>F g5<8,8,1>F g7<8,8,1>F
396 * add(8) g4<1>F g4<0,1,0>F g6<8,8,1>F
397 * add(8) g5<1>F g4<0,1,0>F g7<8,8,1>F
1383 * we need to add N to the sequence (0, 0, 0, 0, 1, 1, 1, 1) in
3826 /* Get rid of COMPR4. We'll add it back in if we need it */
3973 * adjust the high result and add them (like the mach is doing):
3978 * add(8) g2<1>D g7<8,8,1>D g8<8,8,1>D
3980 * We avoid the shl instruction by realizing that we only want to add
3982 * "low" result and using proper regioning on the add:
3986 * add(8) g7.1<2>UW g7.1<16,8,2>UW g8<16,8,2>UW
4322 fs_inst *add = ibld.ADD(inst->dst, acc, inst->src[0]);
4323 add->saturate = true;
4324 add->src[0].negate = true;
4327 * dst = add.sat(add.sat(src0, -tmp), -(src1 - tmp));
4332 fs_inst *add;
4336 add = ibld.ADD(tmp2, inst->src[1], tmp1);
4337 add->src[1].negate = true;
4339 add = ibld.ADD(tmp3, inst->src[0], tmp1);
4340 add->src[1].negate = true;
4341 add->saturate = true;
4343 add = ibld.ADD(inst->dst, tmp3, tmp2);
4344 add->src[1].negate = true;
4345 add->saturate = true;
4351 fs_inst *add = ibld.ADD(inst->dst, inst->src[0], inst->src[1]);
4352 add->src[1].negate = !add->src[1].negate;
6615 * and then add FFTID * (Larger Per Thread Scratch Space).