Lines Matching refs:tp2
1274 my $tp2 = @s[($i+2)%4]; $tp2 = @s[2] if ($i==1);
1282 &lea ($tp2,&DWP(0,$s[$i],$s[$i]));
1284 &and ($tp2,0xfefefefe);
1286 &xor ($tp2,$acc);
1289 &and ($tmp,$tp2);
1292 &lea ($tp4,&DWP(0,$tp2,$tp2));
1296 &xor ($tp2,$s[$i]); # tp2^tp1
1311 &xor ($s[$i],$tp2);
1312 &xor ($tp2,$tp8);
1315 &rotl ($tp2,24);
1318 &xor ($s[$i],$tp2); # ^= ROTATE(tp8^tp2^tp1,24)
2872 { my ($i,$key,$tp1,$tp2,$tp4,$tp8) = @_;
2877 &lea ($tp2,&DWP(0,$tp1,$tp1));
2881 &and ($tp2,0xfefefefe);
2883 &xor ($tp2,$acc);
2886 &and ($tmp,$tp2);
2887 &lea ($tp4,&DWP(0,$tp2,$tp2));
2893 &xor ($tp2,$tp1); # tp2^tp1
2910 &xor ($tp1,$tp2);
2911 &xor ($tp2,$tp8);
2913 &rotl ($tp2,24);
2917 &xor ($tp1,$tp2); # ^= ROTATE(tp8^tp2^tp1,24)
2920 &mov ($tp2,$tmp);