Lines Matching refs:tp1
2881 { my ($i,$key,$tp1,$tp2,$tp4,$tp8) = @_;
2885 &and ($tmp,$tp1);
2886 &lea ($tp2,&DWP(0,$tp1,$tp1));
2902 &xor ($tp2,$tp1); # tp2^tp1
2910 &xor ($tp4,$tp1); # tp4^tp1
2914 &rotl ($tp1,8); # = ROTATE(tp1,8)
2919 &xor ($tp1,$tp2);
2921 &xor ($tp1,$tp4);
2924 &xor ($tp1,$tp8); # ^= tp8^(tp4^tp1)^(tp2^tp1)
2926 &xor ($tp1,$tp2); # ^= ROTATE(tp8^tp2^tp1,24)
2928 &xor ($tp1,$tp4); # ^= ROTATE(tp8^tp4^tp1,16)
2930 &xor ($tp1,$tp8); # ^= ROTATE(tp8,8)
2932 &mov (&DWP(4*$i,$key),$tp1);