Lines Matching refs:tp4
1284 my $tp4 = @s[($i+3)%4]; $tp4 = @s[3] if ($i==1);
1301 &lea ($tp4,&DWP(0,$tp2,$tp2));
1303 &and ($tp4,0xfefefefe);
1306 &xor ($tp4,$acc);
1309 &and ($tmp,$tp4);
1312 &lea ($tp8,&DWP(0,$tp4,$tp4));
1316 &xor ($tp4,$s[$i]); # tp4^tp1
1322 &xor ($s[$i],$tp4);
1323 &xor ($tp4,$tp8);
1326 &rotl ($tp4,16);
1329 &xor ($s[$i],$tp4); # ^= ROTATE(tp8^tp4^tp1,16)
2881 { my ($i,$key,$tp1,$tp2,$tp4,$tp8) = @_;
2896 &lea ($tp4,&DWP(0,$tp2,$tp2));
2900 &and ($tp4,0xfefefefe);
2903 &xor ($tp4,$acc);
2906 &and ($tmp,$tp4);
2907 &lea ($tp8,&DWP(0,$tp4,$tp4));
2910 &xor ($tp4,$tp1); # tp4^tp1
2921 &xor ($tp1,$tp4);
2923 &xor ($tp4,$tp8);
2925 &rotl ($tp4,16);
2928 &xor ($tp1,$tp4); # ^= ROTATE(tp8^tp4^tp1,16)