Changeset 6291
- Timestamp:
- Apr 17, 2007, 7:51:04 PM (18 years ago)
- File:
-
- 1 edited
-
branches/x8664-call/ccl/compiler/X86/x86-asm.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/x8664-call/ccl/compiler/X86/x86-asm.lisp
r6002 r6291 1072 1072 1073 1073 ;; call 1074 (def-x8664-opcode callq ((:label :insert-label)) 1074 ;; Probably need to align CALL instructions within the containing function, 1075 ;; so that return addresses are tagged appropriately. 1076 (def-x8664-opcode call ((:label :insert-label)) 1075 1077 #xe8 nil nil) 1076 1078 1079 (def-x8664-opcode call ((:reg64 :insert-modrm-rm)) 1080 #xff #o320 #x0) 1081 1082 (def-x8664-opcode call ((:anymem :insert-memory)) 1083 #xff #o020 #x0) 1077 1084 1078 1085 ;; cbtw … … 4555 4562 (register-entry "fs") 4556 4563 (register-entry "gs") 4564 (register-entry "rip") 4557 4565 ))) 4558 4566
Note:
See TracChangeset
for help on using the changeset viewer.
