Changeset 5189
- Timestamp:
- Sep 9, 2006, 3:39:18 AM (18 years ago)
- Location:
- trunk/ccl/compiler/PPC
- Files:
-
- 2 edited
-
PPC32/ppc32-vinsns.lisp (modified) (1 diff)
-
PPC64/ppc64-vinsns.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/PPC/PPC32/ppc32-vinsns.lisp
r5182 r5189 877 877 :again 878 878 (clrlwi. tag object (- ppc32::nbits-in-word ppc32::nlisptagbits)) 879 (lis tag (ash #x110000-16))879 (lis tag (ash (ash #x110000 ppc32::fixnumshift) -16)) 880 880 (cmplw crf1 object tag) 881 881 (bne crf0 :bad) -
trunk/ccl/compiler/PPC/PPC64/ppc64-vinsns.lisp
r5182 r5189 968 968 :again 969 969 (clrldi. tag object (- ppc64::nbits-in-word ppc64::nlisptagbits)) 970 (lis tag (ash #x110000-16))970 (lis tag (ash (ash #x110000 ppc64::fixnumshift) -16)) 971 971 (cmpld crf1 object tag) 972 972 (bne crf0 :bad)
Note:
See TracChangeset
for help on using the changeset viewer.
