Lines Matching refs:tmp1
86 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_;
97 &mov( $tmp1, $u);
98 &shl( $tmp1, 16); # 1
101 &xor( $u, $tmp1); # 2
103 &mov( $tmp1, &DWP(&n2a($S*4),$trans,"",0)); # 2
104 &xor( $u, $tmp1);
111 &xor( $tmp1, $tmp1); # 1
114 &movb( &LB($tmp1), &LB($u) );
118 &xor( $L, &DWP(" ",$trans,$tmp1,0));
119 &movb( &LB($tmp1), &LB($t) );
123 &xor( $L, &DWP("0x100",$trans,$tmp1,0));
124 &movb( &LB($tmp1), &HB($u) );
130 &mov( $tmp1, &DWP("0x600",$trans,$tmp1,0));
131 &xor( $L, $tmp1);
132 &mov( $tmp1, &DWP("0x700",$trans,$tmp2,0));
133 &xor( $L, $tmp1);
134 &mov( $tmp1, &DWP("0x400",$trans,$u,0));
135 &xor( $L, $tmp1);
136 &mov( $tmp1, &DWP("0x500",$trans,$t,0));
137 &xor( $L, $tmp1);