Lines Matching refs:D
76 my @D = map(8*$_+4, (0..4));
131 &movq (&QWP(@D[1],"esp"),@T[0]); # D[1] = E[0] = ROL64(C[2], 1) ^ C[0];
137 &movq (&QWP(@D[4],"esp"),@T[1]); # D[4] = E[1] = ROL64(C[0], 1) ^ C[3];
145 &movq (&QWP(@D[0],"esp"),@C[0]); # D[0] = C[0] = ROL64(C[1], 1) ^ C[4];
153 &movq (&QWP(@D[2],"esp"),@C[1]); # D[2] = C[1] = ROL64(C[3], 1) ^ C[1];
158 &movq (&QWP(@D[3],"esp"),@C[2]); # D[3] = C[2] = ROL64(C[4], 1) ^ C[2];
176 &pxor (@C[1],&QWP(@D[1],"esp"));
212 &pxor (@T[2],&QWP(@D[$xrho],"esp")) if (defined($xrho));
226 &pxor (@C[1],&QWP(@D[($x+1)%5],"esp"));
233 &pxor (@C[2],&QWP(@D[($x+2)%5],"esp"));
240 &pxor (@C[3],&QWP(@D[($x+3)%5],"esp"));
247 &pxor (@C[4],&QWP(@D[($x+4)%5],"esp"));
262 &movq (&QWP(@D[1],"esp"),@C[1]);
282 &pandn (@T[0],&QWP(@D[1],"esp"));