Lines Matching +full:25 +full:b
22 * $24 and $25, and return the result in $27. Register $28 may
43 * $25 - divisor
67 #define GETSIGN(x) xor $24,$25,x
104 bis $25,$25,divisor
128 bne compare,1b
134 bne compare,1b
146 bne mask,2b
162 * -a / b = a / -b = -(a / b)
163 * -a % b = -(a % b)
164 * a % -b = a % b
175 bis $24,$25,$28
177 bge $28,7b
180 stq $25,8($30)
183 subq $31,$25,$28
185 cmovlt $25,$28,$25 /* abs($25) */
189 ldq $25,8($30)