Lines Matching refs:v0
123 my $v0 = $acc, $v1 = $key;
125 &mov ($v0,$s[3]); # copy s3
138 &mov ($v1,$v0);
141 &and ($v0,0xFF);
142 &xor ($s[3],&DWP(0,$te,$v0,8)); # s3>>0
143 &movz ($v0,&HB($v1));
145 &xor ($s[2],&DWP(3,$te,$v0,8)); # s3>>8
146 &movz ($v0,&HB($v1));
150 &xor ($s[0],&DWP(1,$te,$v0,8)); # s3>>24
152 &mov ($v0,$v1);
155 &movz ($v1,&HB($v0));
156 &shr ($v0,16);
158 &movz ($v1,&HB($v0));
159 &and ($v0,0xFF);
160 &xor ($s[0],&DWP(2,$te,$v0,8)); # s2>>16
161 &mov ($v0,&DWP(8,"esp")); # restore s1
164 &mov ($v1,$v0);
165 &and ($v0,0xFF);
166 &xor ($s[1],&DWP(0,$te,$v0,8)); # s1>>0
167 &movz ($v0,&HB($v1));
169 &xor ($s[0],&DWP(3,$te,$v0,8)); # s1>>8
170 &movz ($v0,&HB($v1));
174 &xor ($s[2],&DWP(1,$te,$v0,8)); # s1>>24