2
0
Эх сурвалжийг харах

+ added newly used opcodes to avx_opcode_only_op0_may_be_memref

git-svn-id: trunk@48070 -
florian 4 жил өмнө
parent
commit
de36d6c049

+ 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;