Lines Matching +full:25 +full:a
22 * $24 and $25, and return the result in $27. Register $28 may
27 * This is a rather simple bit-at-a-time algorithm: it's very good
43 * $25 - divisor
67 #define GETSIGN(x) xor $24,$25,x
104 bis $25,$25,divisor
122 * Thus using a large shift isn't worth it (and
123 * s8add pairs better than a sll..)
162 * -a / b = a / -b = -(a / b)
163 * -a % b = -(a % b)
164 * a % -b = a % b
175 bis $24,$25,$28
180 stq $25,8($30)
183 subq $31,$25,$28
185 cmovlt $25,$28,$25 /* abs($25) */
189 ldq $25,8($30)