Changeset 13420
- Timestamp:
- Jan 28, 2010, 5:00:58 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/level-0/X86/X8664/x8664-bignum.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-0/X86/X8664/x8664-bignum.lisp
r13419 r13420 335 335 ;;; C. (It's legal and desirable to do this more than 32 bits at a time.) 336 336 337 (defx86lapfunction %bignum-logior ((n 8) #|ra 0|# (a arg_x) (b arg_y) (c arg )z)337 (defx86lapfunction %bignum-logior ((n 8) #|ra 0|# (a arg_x) (b arg_y) (c arg_z)) 338 338 (movq (@ n (% rsp)) (% imm0)) 339 339 (shrq (% imm0)) … … 353 353 ;;; C. (It's legal and desirable to do this more than 32 bits at a time.) 354 354 355 (defx86lapfunction %bignum-logand ((n 8) #|ra 0|# (a arg_x) (b arg_y) (c arg )z)355 (defx86lapfunction %bignum-logand ((n 8) #|ra 0|# (a arg_x) (b arg_y) (c arg_z)) 356 356 (movq (@ n (% rsp)) (% imm0)) 357 357 (shrq (% imm0))
Note:
See TracChangeset
for help on using the changeset viewer.
