Changeset 8232
- Timestamp:
- Jan 21, 2008, 10:59:02 AM (17 years ago)
- File:
-
- 1 edited
-
branches/ia32/compiler/X86/X8632/x8632-vinsns.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/compiler/X86/X8632/x8632-vinsns.lisp
r8231 r8232 663 663 ((temp :u32))) 664 664 (movl (:%l object) (:%l temp)) 665 (and w (:$w x8632::tagmask) (:%wtemp))666 (cmp w (:$w x8632::tag-misc) (:%wtemp))665 (andl (:$b x8632::tagmask) (:%l temp)) 666 (cmpl (:$b x8632::tag-misc) (:%l temp)) 667 667 (jne :have-tag) 668 (mov w (:@ x8632::misc-subtag-offset (:%l object)) (:%wtemp))668 (movb (:@ x8632::misc-subtag-offset (:%l object)) (:%b temp)) 669 669 :have-tag 670 670 (leal (:@ (:%l temp) 4) (:%l tag)))
Note:
See TracChangeset
for help on using the changeset viewer.
