Lines Matching refs:tp2
1283 my $tp2 = @s[($i+2)%4]; $tp2 = @s[2] if ($i==1);
1291 &lea ($tp2,&DWP(0,$s[$i],$s[$i]));
1293 &and ($tp2,0xfefefefe);
1295 &xor ($tp2,$acc);
1298 &and ($tmp,$tp2);
1301 &lea ($tp4,&DWP(0,$tp2,$tp2));
1305 &xor ($tp2,$s[$i]); # tp2^tp1
1320 &xor ($s[$i],$tp2);
1321 &xor ($tp2,$tp8);
1324 &rotl ($tp2,24);
1327 &xor ($s[$i],$tp2); # ^= ROTATE(tp8^tp2^tp1,24)
2881 { my ($i,$key,$tp1,$tp2,$tp4,$tp8) = @_;
2886 &lea ($tp2,&DWP(0,$tp1,$tp1));
2890 &and ($tp2,0xfefefefe);
2892 &xor ($tp2,$acc);
2895 &and ($tmp,$tp2);
2896 &lea ($tp4,&DWP(0,$tp2,$tp2));
2902 &xor ($tp2,$tp1); # tp2^tp1
2919 &xor ($tp1,$tp2);
2920 &xor ($tp2,$tp8);
2922 &rotl ($tp2,24);
2926 &xor ($tp1,$tp2); # ^= ROTATE(tp8^tp2^tp1,24)
2929 &mov ($tp2,$tmp);