Lines Matching refs:tp8
1285 my $tp8 = $tbl;
1312 &lea ($tp8,&DWP(0,$tp4,$tp4));
1314 &and ($tp8,0xfefefefe);
1318 &xor ($tp8,$acc);
1321 &xor ($tp2,$tp8);
1323 &xor ($tp4,$tp8);
1325 &xor ($s[$i],$tp8); # ^= tp8^(tp4^tp1)^(tp2^tp1)
1328 &rotl ($tp8,8);
1333 &xor ($s[$i],$tp8); # ^= ROTATE(tp8,8)
2881 { my ($i,$key,$tp1,$tp2,$tp4,$tp8) = @_;
2907 &lea ($tp8,&DWP(0,$tp4,$tp4));
2912 &and ($tp8,0xfefefefe);
2915 &xor ($tp8,$acc);
2920 &xor ($tp2,$tp8);
2923 &xor ($tp4,$tp8);
2924 &xor ($tp1,$tp8); # ^= tp8^(tp4^tp1)^(tp2^tp1)
2927 &rotl ($tp8,8);
2930 &xor ($tp1,$tp8); # ^= ROTATE(tp8,8)