Browse Source

cleanup

git-svn-id: branches/tg74/avx512-0037785@48149 -
tg74 4 years ago
parent
commit
54ea8468fc
1 changed files with 2 additions and 30 deletions
  1. 2 30
      compiler/x86/rax86.pas

+ 2 - 30
compiler/x86/rax86.pas

@@ -1682,21 +1682,11 @@ begin
                     ;
                 end;
               end;
-            //A_MOVSS,
-            //A_VMOVSS,
             A_MOVD : { movd is a move from a mmx register to a
                        32 bit register or memory, so no opsize is correct here PM }
               exit;
             A_MOVQ :
               opsize:=S_IQ;
-            //A_VCVTPD2DQ,
-            //A_VCVTPD2PS,
-            //A_VCVTTPD2DQ,
-            //A_VCVTPD2UDQ,
-            //A_VCVTQQ2PS,
-            //A_VCVTTPD2UDQ,
-            //A_VCVTUQQ2PS,
-
             A_OUT :
               opsize:=tx86operand(operands[1]).opsize;
             else
@@ -1704,26 +1694,8 @@ begin
               opsize:=tx86operand(operands[2]).opsize;
           end;
         end;
-    3 :
-        begin
-          //case opcode of
-            //A_VCVTSI2SS,
-            //A_VCVTSI2SD,
-            //A_VCVTUSI2SS,
-            //A_VCVTUSI2SD:
-            //  opsize:=tx86operand(operands[1]).opsize;
-            //A_VFPCLASSPD,
-            //A_VFPCLASSPS:
-            //  iops:=tx86operand(operands[2]).opsize;
-            //else
-            begin
-              if not CheckSSEAVX then
-               opsize:=tx86operand(operands[ops]).opsize;
-            end;
-          //end;
-        end;
-    4 : if not CheckSSEAVX then
-         opsize:=tx86operand(operands[ops]).opsize;
+    3,4 : if not CheckSSEAVX then
+           opsize:=tx86operand(operands[ops]).opsize;
   end;
 end;