Lines Matching +full:25 +full:b
22 * $24 and $25, and return the result in $27. Register $28 may
43 * $25 - divisor
77 #define GETSIGN(x) xor $24,$25,x
114 bis $25,$25,divisor # E :
147 bne compare,1b # U : U L U L
157 bne compare,1b # U : U L U L
184 bne mask,2b # U : U L U L
189 bne mask,2b # U : U L L U
216 * -a / b = a / -b = -(a / b)
217 * -a % b = -(a % b)
218 * a % -b = a % b
229 bis $24,$25,$28 # E :
231 bge $28,7b # U :
235 stq $25,8($30) # L :
241 subq $31,$25,$28 # E : U L U L
244 cmovlt $25,$28,$25 /* abs($25) */ # E : Latency 2, extra map slot
249 ldq $25,8($30) # L :