Lines Matching refs:tmp2
254 my $tmp2=$acc2;
260 $tmp2=$s[3];
270 $code.=" mov $s[3],$tmp2\n" if ($i!=3);
274 $code.=" shr \$24,$tmp2\n";
278 $code.=" xor 1($sbox,$tmp2,8),$out\n";
290 my $tmp2=$acc2;
296 $tmp2=$s[3];
303 $code.=" mov $s[3],$tmp2\n" if ($i!=3);
308 $code.=" shr \$24,$tmp2\n";
312 $code.=" mov 2($sbox,$tmp2,8),$tmp2\n";
316 $code.=" and \$0xff000000,$tmp2\n";
322 $code.=" xor $tmp2,$out\n";
847 my $tmp2=$acc2;
857 $tmp2=$s[3] if ($i==3);
858 $code.=" mov $s[3],$tmp2\n" if ($i!=3);
863 $code.=" shr \$24,$tmp2\n";
867 $code.=" xor 1($sbox,$tmp2,8),$out\n";
879 my $tmp2=$acc2;
889 $tmp2=$s[3] if ($i==3);
890 $code.=" mov $s[3],$tmp2\n" if ($i!=3);
895 $code.=" shr \$24,$tmp2\n";
899 $code.=" movzb 2048($sbox,$tmp2,1),$tmp2\n";
903 $code.=" shl \$24,$tmp2\n";
909 $code.=" xor $tmp2,$out\n";