Lines Matching refs:x0
190 my ($x0,$x1,$y0,$y1,$t0,$t1)=@_;
193 vand $t0, $t0, $x0
194 veor $x0, $x0, $x1
196 vand $x0, $x0, $y1
198 veor $x0, $x0, $t1
204 my ($x0,$x1,$y0,$y1,$t0)=@_;
207 vand $t0, $t0, $x0
208 veor $x0, $x0, $x1
210 vand $x0, $x0, $y1
211 veor $x1, $x1, $x0
212 veor $x0, $x0, $t0
218 my ($x0,$x1,$y0,$y1,$t0,
223 vand $t0, $t0, $x0
225 veor $x0, $x0, $x1
229 vand $x0, $x0, $y1
231 veor $x1, $x1, $x0
233 veor $x0, $x0, $t0