Home | History | Annotate | Download | only in asm

Lines Matching refs:in0

57 my ($dat,$in0,$out,$ctx,$inp,$len, $func,$nargs);
60 ($dat,$len,$in0,$out) = ("%rdi","%rsi","%rdx","%rcx");
66 ($dat,$in0,$out,$ctx,$inp,$len) = ("%rdi","%rsi","%rdx","%rcx","%r8","%r9");
70 # const void *in0, # RC4 input
129 mov $in0,%r13
135 $in0="%r13";
138 $inp=$in0 if (!$md5);
148 sub $in0,$out
168 xorb ($in0),$TY#b
169 movb $TY#b,($out,$in0)
170 lea 1($in0),$in0
188 mov $in0,$inp
221 $code.=" movdqu ($in0),%xmm2\n" if ($rc4 && $j==15);
261 $code.=" movdqu 16($in0),%xmm3\n" if ($rc4 && $j==15);
301 $code.=" movdqu 32($in0),%xmm4\n" if ($rc4 && $j==15);
340 $code.=" movdqu 48($in0),%xmm5\n" if ($rc4 && $j==15);
388 #rc4# movdqu %xmm2,($out,$in0) # write RC4 output
389 #rc4# movdqu %xmm3,16($out,$in0)
390 #rc4# movdqu %xmm4,32($out,$in0)
391 #rc4# movdqu %xmm5,48($out,$in0)
393 #rc4# lea 64($in0),$in0
420 xorb ($in0),$TY#b
421 movb $TY#b,($out,$in0)
422 lea 1($in0),$in0