Lines Matching full:places
114 arrays B<rp> and B<ap>. It computes B<ap> * B<w>, places the result
118 word arrays B<rp> and B<ap>. It computes B<ap> * B<w> + B<rp>, places
123 word-wise, and places the low and high bytes of the result in B<rp>.
129 arrays B<ap>, B<bp> and B<rp>. It computes B<ap> + B<bp>, places the
133 arrays B<ap>, B<bp> and B<rp>. It computes B<ap> - B<bp>, places the
138 B<b> and the 8 word array B<r>. It computes B<a>*B<b> and places the
142 B<b> and the 16 word array B<r>. It computes B<a>*B<b> and places the
159 array B<r>. It computes B<a>*B<b> and places the result in B<r>.
163 B<a>*B<b> and places the result in B<r>.
169 B<a>*B<b> and places the result in B<r>.
193 mul(B<r>, B<a>, B<w>, B<c>) computes B<w>*B<a>+B<c> and places the
197 places the low word of the result in B<r> and the high word in B<c>.
199 sqr(B<r0>, B<r1>, B<a>) computes B<a>*B<a> and places the low word