Lines Matching refs:tp2
1278 my $tp2 = @s[($i+2)%4]; $tp2 = @s[2] if ($i==1);
1286 &lea ($tp2,&DWP(0,$s[$i],$s[$i]));
1288 &and ($tp2,0xfefefefe);
1290 &xor ($tp2,$acc);
1293 &and ($tmp,$tp2);
1296 &lea ($tp4,&DWP(0,$tp2,$tp2));
1300 &xor ($tp2,$s[$i]); # tp2^tp1
1315 &xor ($s[$i],$tp2);
1316 &xor ($tp2,$tp8);
1319 &rotl ($tp2,24);
1322 &xor ($s[$i],$tp2); # ^= ROTATE(tp8^tp2^tp1,24)
2876 { my ($i,$key,$tp1,$tp2,$tp4,$tp8) = @_;
2881 &lea ($tp2,&DWP(0,$tp1,$tp1));
2885 &and ($tp2,0xfefefefe);
2887 &xor ($tp2,$acc);
2890 &and ($tmp,$tp2);
2891 &lea ($tp4,&DWP(0,$tp2,$tp2));
2897 &xor ($tp2,$tp1); # tp2^tp1
2914 &xor ($tp1,$tp2);
2915 &xor ($tp2,$tp8);
2917 &rotl ($tp2,24);
2921 &xor ($tp1,$tp2); # ^= ROTATE(tp8^tp2^tp1,24)
2924 &mov ($tp2,$tmp);