Changeset 5187
- Timestamp:
- Sep 9, 2006, 3:21:28 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/X86/X8664/x8664-vinsns.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/X86/X8664/x8664-vinsns.lisp
r5177 r5187 2570 2570 (testb (:$b x8664::fixnummask) (:%b object)) 2571 2571 (jne.pn :bad) 2572 (cmpq (:$l #x110000) (:%q object))2572 (cmpq (:$l (ash #x110000 x8664::fixnumshift)) (:%q object)) 2573 2573 (jb.pt :ok) 2574 2574 :bad
Note:
See TracChangeset
for help on using the changeset viewer.
