浏览代码

+ more reg/reg reg/mem only instructions

git-svn-id: trunk@3587 -
florian 19 年之前
父节点
当前提交
0378f8c162
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      compiler/x86/rgx86.pas

+ 7 - 1
compiler/x86/rgx86.pas

@@ -199,7 +199,13 @@ implementation
                               A_CVTSS2SI,
                               A_CVTTPS2PI,
                               A_CVTTSS2SI,
-                              A_IMUL :
+                              A_IMUL,
+                              A_XORPD,
+                              A_XORPS,
+                              A_ORPD,
+                              A_ORPS,
+                              A_ANDPD,
+                              A_ANDPS:
                                 replaceoper:=-1;
                             end;
                           end;