Changeset 8213
- Timestamp:
- Jan 17, 2008, 7:46:51 PM (17 years ago)
- File:
-
- 1 edited
-
branches/ia32/level-0/X86/X8632/x8632-bignum.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/level-0/X86/X8632/x8632-bignum.lisp
r7987 r8213 484 484 485 485 ;;; dest[i] = (lognot x[i]) 486 (defx8632lapfunction %bignum-log ior((idx 4) #|(ra 0)|# (x arg_y) (dest arg_z))486 (defx8632lapfunction %bignum-lognot ((idx 4) #|(ra 0)|# (x arg_y) (dest arg_z)) 487 487 (let ((i temp0)) 488 488 (movl (@ idx (% esp)) (% i))
Note:
See TracChangeset
for help on using the changeset viewer.
