Browse Source

use typecast for mememory-operands (any opcodes vcvt...)

git-svn-id: branches/tg74/avx512@39729 -
tg74 7 years ago
parent
commit
9d17d3054e
1 changed files with 8 additions and 0 deletions
  1. 8 0
      tests/utils/avx/asmtestgenerator.pas

+ 8 - 0
tests/utils/avx/asmtestgenerator.pas

@@ -523,10 +523,18 @@ begin
                        (UpperCase(aInst) = 'VCVTSI2SS') OR
                        (UpperCase(aInst) = 'VCVTTPD2DQ') or
                        (UpperCase(aInst) = 'VPMOVZXWQ') or
+                       (UpperCase(aInst) = 'VCVTPD2UDQ') or
+                       (UpperCase(aInst) = 'VCVTPD2UDQ') or
+                       (UpperCase(aInst) = 'VCVTTPD2UDQ') or
+                       (UpperCase(aInst) = 'VCVTUQQ2PS') or
+
+
+
                        (UpperCase(aInst) = 'VCMPSS')
 
                        ;
 
+
           //TG TODO delete
           if aInst = 'valignd' then
           begin