Lines Matching refs:tx
38 $tx="%g3";
75 sllx @X[$j+1],$shl1,$tx
77 sllx $tx,$shl2,$tx
79 or $tx,@X[$j],@X[$j]
92 srlx @X[$j],32,$tx ! extract X[`2*$j+1`]
100 add $tx,$t2,$t2 ! X[`2*$j+1`]+K[`$i+1`]
114 srlx @X[0],32,$tx ! extract X[1]
122 add $tx,$t2,$t2 ! X[1]+K[`$i+1`]
136 $code.=<<___ if ($j&1 && ($xi=$tx));
161 $code.=<<___ if ($j&1 && ($xi=$tx));
188 $code.=<<___ if ($j&1 && ($xi=$tx));
343 sllx @X[1],$shl1,$tx
345 sllx $tx,$shl2,$tx
347 or $tx,@X[0],@X[0]