Lines Matching refs:tp8
1276 my $tp8 = $tbl;
1303 &lea ($tp8,&DWP(0,$tp4,$tp4));
1305 &and ($tp8,0xfefefefe);
1309 &xor ($tp8,$acc);
1312 &xor ($tp2,$tp8);
1314 &xor ($tp4,$tp8);
1316 &xor ($s[$i],$tp8); # ^= tp8^(tp4^tp1)^(tp2^tp1)
1319 &rotl ($tp8,8);
1324 &xor ($s[$i],$tp8); # ^= ROTATE(tp8,8)
2872 { my ($i,$key,$tp1,$tp2,$tp4,$tp8) = @_;
2898 &lea ($tp8,&DWP(0,$tp4,$tp4));
2903 &and ($tp8,0xfefefefe);
2906 &xor ($tp8,$acc);
2911 &xor ($tp2,$tp8);
2914 &xor ($tp4,$tp8);
2915 &xor ($tp1,$tp8); # ^= tp8^(tp4^tp1)^(tp2^tp1)
2918 &rotl ($tp8,8);
2921 &xor ($tp1,$tp8); # ^= ROTATE(tp8,8)