Home | History | Annotate | Download | only in crypto

Lines Matching refs:DWP

26 	&mov	(&DWP(8,"esi"),"eax");	# clear 3rd word
91 &mov (&DWP(8,"esi"),"ebx");
151 &and (&DWP(8,"edi"),0xffffffdf); # clear AVX2
164 &bt (&DWP(0,"ecx"),4);
176 &bt (&DWP(0,"ecx"),4);
194 &sub ("eax",&DWP(0,"esp"));
195 &sbb ("edx",&DWP(4,"esp"));
219 &mov ("eax",&DWP(4,"esp"));
220 &mov ("ecx",&DWP(8,"esp"));
223 &mov ("edx",&DWP(0,"ecx"));
229 &cmp ("edx",&DWP(0,"ecx"));
245 &mov ("ecx",&DWP(0,"ecx"));
246 &bt (&DWP(0,"ecx"),1);
265 &lea ("eax",&DWP(4,"esp"));
270 &mov ("edx",&DWP(4,"esp")); # fetch the pointer, 1st arg
271 &mov ("ecx",&DWP(8,"esp")); # fetch the increment, 2nd arg
274 &mov ("eax",&DWP(0,"edx"));
276 &lea ("ebx",&DWP(0,"eax","ecx"));
305 &mov ("ecx",&DWP(12,"ebp"));
306 &mov (&DWP(0,"esp"),"ecx");
307 &mov ("edx",&DWP(16,"ebp"));
308 &mov (&DWP(4,"esp"),"edx");
312 &mov ("eax",&DWP(12+$i*4,"ebp"));
313 &mov (&DWP(0+$i*4,"esp"),"eax");
315 &call_ptr (&DWP(8,"ebp"));# make the call...