Browse Source

* fixed assembling of movq mem,xmmreg

git-svn-id: trunk@8923 -
florian 18 years ago
parent
commit
c5f492ef50
3 changed files with 3 additions and 3 deletions
  1. 1 1
      compiler/i386/i386tab.inc
  2. 1 1
      compiler/x86/x86ins.dat
  3. 1 1
      compiler/x86_64/x8664tab.inc

+ 1 - 1
compiler/i386/i386tab.inc

@@ -3224,7 +3224,7 @@
     opcode  : A_MOVQ;
     ops     : 2;
     optypes : (ot_memory,ot_xmmreg,ot_none);
-    code    : #192#3#102#15#214#65;
+    code    : #192#1#102#211#2#15#214#65;
     flags   : if_willamette or if_sse2
   ),
   (

+ 1 - 1
compiler/x86/x86ins.dat

@@ -1072,7 +1072,7 @@ mem,mmxreg            \300\2\x0F\x7F\101              PENT,MMX,SM
 mmxreg,mmxreg         \2\x0F\x7F\101                  PENT,MMX
 xmmreg,xmmreg         \333\2\x0F\x7E\110              WILLAMETTE,SSE2
 xmmreg,xmmreg         \1\x66\323\2\x0F\xD6\110          WILLAMETTE,SSE2
-mem,xmmreg            \300\3\x66\x0F\xD6\101          WILLAMETTE,SSE2
+mem,xmmreg            \300\1\x66\323\2\x0F\xD6\101          WILLAMETTE,SSE2
 xmmreg,mem            \301\333\2\x0F\x7E\110          WILLAMETTE,SSE2
 
 [MOVSB]

+ 1 - 1
compiler/x86_64/x8664tab.inc

@@ -3182,7 +3182,7 @@
     opcode  : A_MOVQ;
     ops     : 2;
     optypes : (ot_memory,ot_xmmreg,ot_none);
-    code    : #192#3#102#15#214#65;
+    code    : #192#1#102#211#2#15#214#65;
     flags   : if_willamette or if_sse2
   ),
   (