- Timestamp:
- Aug 8, 2007, 4:22:06 PM (17 years ago)
- File:
-
- 1 edited
-
branches/ia32/compiler/X86/x86-backend.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/compiler/X86/x86-backend.lisp
r6466 r7018 50 50 (:$ul (x86::encode-operand-type :imm32)) 51 51 (:$q (x86::encode-operand-type :imm64)) 52 (:%shift (x86::encode-operand-type :shiftcount :reg8)))))) 52 (:%shift (x86::encode-operand-type :shiftcount :reg8)) 53 (:self (x86::encode-operand-type :self)))))) 53 54 54 55 (defun lookup-x86-opcode (form backend) … … 264 265 (cons :@ 265 266 (simplify-memory-operand (cdr op)))) 267 ((eq (car op) :self) 268 (format t "~&found :self") 269 :self) 266 270 ((member (car op) 267 271 '(:% :%q :%l :%w :%b :$ :$1 :$b :$ub :$w :$l
Note:
See TracChangeset
for help on using the changeset viewer.
