Changeset 6449 for branches/x8664-call
- Timestamp:
- May 8, 2007, 12:37:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/x8664-call/ccl/compiler/X86/x862.lisp
r6424 r6449 4147 4147 (x862-%immediate-set-ptr seg vreg xfer ptr offset val) 4148 4148 (let* ((size (logand #xf bits)) 4149 (signed ( logbitp 5 bits))4149 (signed (not (logbitp 5 bits))) 4150 4150 (nbits (ash size 3)) 4151 4151 (intval (acode-integer-constant-p val nbits))
Note: See TracChangeset
for help on using the changeset viewer.