Browse Source

+ added newly used opcodes to avx_opcode_only_op0_may_be_memref

git-svn-id: trunk@48070 -
florian 4 years ago
parent
commit
de36d6c049
1 changed files with 7 additions and 1 deletions
  1. 7 1
      compiler/x86/rgx86.pas

+ 7 - 1
compiler/x86/rgx86.pas

@@ -143,7 +143,13 @@ implementation
              A_VANDPS,
              A_VUNPCKLPS,
              A_VUNPCKHPS,
-             A_VSHUFPD:
+             A_VSHUFPD,
+             A_VREDUCEPD,
+             A_VREDUCEPS,
+             A_VREDUCESD,
+             A_VREDUCESS,
+             A_VROUNDSS,
+             A_VROUNDSD:
                result:=true;
              else
                result:=false;