Lines Matching refs:Negate
55 ;; Negate the denumerator (which is in DE)
63 ;; If it is not negative then we perform the division and then negate the result.
66 ;; Otherwise we negate the numerator and then go with an unsigned division.
73 ;; Negate the numerator (which is in AX)
85 ;; Negate result and transfer into r8
122 ;; Negate the denumerator (which is in DE)
133 ;; Otherwise we negate the numerator and then go with an unsigned modulo operation.
140 ;; Negate the numerator (which is in AX)
152 ;; Negate result and transfer into r8
222 ;; Negate the denumerator (which is in MDBL)
229 ;; If it is not negative then we perform the division and then negate the result.
232 ;; Otherwise we negate the numerator and then go with a straightforward unsigned division.
237 ;; Negate the numerator (which is in MDAL)
248 ;; Negate result and transfer into r8
291 ;; Negate the denumerator (which is in MDBL)
301 ;; Otherwise we negate the numerator and then go with a modulo followed by negation.
306 ;; Negate the numerator (which is in MDAL)