[Openmcl-cvs-notifications] r15157 - /trunk/source/compiler/X86/x86-asm.lisp

gb at clozure.com gb at clozure.com
Mon Dec 26 03:43:15 CST 2011


Author: gb
Date: Mon Dec 26 03:43:15 2011
New Revision: 15157

Log:
remove duplicate movsbl definition

Modified:
    trunk/source/compiler/X86/x86-asm.lisp

Modified: trunk/source/compiler/X86/x86-asm.lisp
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/compiler/X86/x86-asm.lisp (original)
+++ trunk/source/compiler/X86/x86-asm.lisp Mon Dec 26 03:43:15 2011
@@ -1862,10 +1862,6 @@
    (def-x86-opcode movdqu ((:anymem :insert-memory) (:regxmm :insert-xmm-r=
eg)) =

      #x0f6f #o000 #x0 #xf3)
     =

-
-   ;; sign-extending mov
-   (def-x86-opcode movsbl ((:reg8 :insert-modrm-rm) (:reg32 :insert-modrm-=
reg))
-     #x0fbe #o300 0)
    ;; sign-extending mov
    (def-x86-opcode movsbl ((:reg8 :insert-modrm-rm) (:reg32 :insert-modrm-=
reg))
      #x0fbe #o300 0)



More information about the Openmcl-cvs-notifications mailing list