Lines Matching refs:tmp1
253 my $tmp1=$acc1;
259 $tmp1=$s[2];
263 $code.=" mov $s[2],$tmp1\n" if ($i!=3);
269 $code.=" shr \$16,$tmp1\n";
273 $code.=" movzb ".&lo($tmp1).",$tmp1\n";
277 $code.=" xor 2($sbox,$tmp1,8),$out\n";
289 my $tmp1=$acc1;
295 $tmp1=$s[2];
299 $code.=" mov $s[2],$tmp1\n" if ($i!=3);
302 $code.=" shr \$16,$tmp1\n";
307 $code.=" movzb ".&lo($tmp1).",$tmp1\n";
311 $code.=" mov 0($sbox,$tmp1,8),$tmp1\n";
315 $code.=" and \$0x00ff0000,$tmp1\n";
320 $code.=" xor $tmp1,$out\n";
846 my $tmp1=$acc1;
851 $tmp1=$s[2] if ($i==3);
852 $code.=" mov $s[2],$tmp1\n" if ($i!=3);
856 $code.=" shr \$16,$tmp1\n";
862 $code.=" and \$0xFF,$tmp1\n";
866 $code.=" xor 2($sbox,$tmp1,8),$out\n";
878 my $tmp1=$acc1;
883 $tmp1=$s[2] if ($i==3);
884 $code.=" mov $s[2],$tmp1\n" if ($i!=3);
888 $code.=" shr \$16,$tmp1\n";
894 $code.=" and \$0xFF,$tmp1\n";
898 $code.=" movzb 2048($sbox,$tmp1,1),$tmp1\n";
902 $code.=" shl \$16,$tmp1\n";
907 $code.=" xor $tmp1,$out\n";