Home | History | Annotate | Download | only in mips

Lines Matching refs:d2

30     int a1, b1, c1, d1, c2, d2;
59 d2 = temp3 + temp4;
69 op[1] = a1 + d2;
70 op[13] = a1 - d2;
91 d2 = temp3 + temp4;
101 op[3] = a1 + d2;
102 op[15] = a1 - d2;
129 d2 = temp3 + temp4;
139 op[4] = (a1 + d2 + 4) >> 3;
140 op[7] = (a1 - d2 + 4) >> 3;
161 d2 = temp3 + temp4;
171 op[12] = (a1 + d2 + 4) >> 3;
172 op[15] = (a1 - d2 + 4) >> 3;
258 int a2, b2, c2, d2;
296 d2 = d1 - c1;
301 op[3] = d2 >> 3;