Changeset 8073
- Timestamp:
- Jan 14, 2008, 7:01:28 PM (17 years ago)
- File:
-
- 1 edited
-
branches/ia32/compiler/X86/x86-asm.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/compiler/X86/x86-asm.lisp
r7964 r8073 710 710 (def-x86-opcode andl ((:imm8s :insert-imm8s) (:reg32 :insert-modrm-rm)) 711 711 #x83 #o340 #x00) 712 (def-x86-opcode andl (( :imm32s:insert-imm32s) (:acc :insert-nothing))712 (def-x86-opcode andl (((:imm32s :imm32) :insert-imm32s) (:acc :insert-nothing)) 713 713 #x25 nil nil) 714 (def-x86-opcode andl (( :imm32s:insert-imm32s) (:reg32 :insert-modrm-rm))714 (def-x86-opcode andl (((:imm32s :imm32) :insert-imm32s) (:reg32 :insert-modrm-rm)) 715 715 #x81 #o340 #x00) 716 716 (def-x86-opcode andl ((:imm8s :insert-imm8s) (:anymem :insert-memory)) 717 717 #x83 #o040 #x00) 718 (def-x86-opcode andl (( :imm32s:insert-imm32s) (:anymem :insert-memory))718 (def-x86-opcode andl (((:imm32s :imm32) :insert-imm32s) (:anymem :insert-memory)) 719 719 #x81 #o040 #x00) 720 720 … … 3236 3236 (def-x86-opcode psllq ((:anymem :insert-memory) (:regmmx :insert-mmx-reg)) 3237 3237 #x0ff3 #o000 #x0) 3238 (def-x86-opcode psllq ((:imm8 :insert-imm8) (:regmmx :insert-mmx-rm)) 3239 #x0f73 #o360 #o0) 3238 3240 (def-x86-opcode psllq ((:regxmm :insert-modrm-rm) (:regxmm :insert-modrm-reg)) 3239 3241 #x0ff3 #o300 #x0 #x66)
Note:
See TracChangeset
for help on using the changeset viewer.
