Browse Source

activate 'compressed disp8*N' for VCVTQQ2PS xmmreg, xmmrm and VCVTTPD2UDQ xmmreg, xmmrm

git-svn-id: branches/tg74/avx512-0037785@49513 -
tg74 4 years ago
parent
commit
89d3d866d2
3 changed files with 6 additions and 6 deletions
  1. 2 2
      compiler/i386/i386tab.inc
  2. 2 2
      compiler/i8086/i8086tab.inc
  3. 2 2
      compiler/x86_64/x8664tab.inc

+ 2 - 2
compiler/i386/i386tab.inc

@@ -21614,7 +21614,7 @@
     ops     : 2;
     optypes : (ot_xmmreg_mz,ot_xmmrm,ot_none,ot_none);
     code    : #232#234#248#1#91#72;
-    flags   : [if_avx512]
+    flags   : [if_avx512,if_tfv]
   ),
   (
     opcode  : A_VCVTQQ2PS;
@@ -21768,7 +21768,7 @@
     ops     : 2;
     optypes : (ot_xmmreg_mz,ot_xmmrm,ot_none,ot_none);
     code    : #232#234#248#1#120#72;
-    flags   : [if_avx512]
+    flags   : [if_avx512,if_tfv]
   ),
   (
     opcode  : A_VCVTTPD2UDQ;

+ 2 - 2
compiler/i8086/i8086tab.inc

@@ -21838,7 +21838,7 @@
     ops     : 2;
     optypes : (ot_xmmreg_mz,ot_xmmrm,ot_none,ot_none);
     code    : #232#234#248#1#91#72;
-    flags   : [if_avx512]
+    flags   : [if_avx512,if_tfv]
   ),
   (
     opcode  : A_VCVTQQ2PS;
@@ -21992,7 +21992,7 @@
     ops     : 2;
     optypes : (ot_xmmreg_mz,ot_xmmrm,ot_none,ot_none);
     code    : #232#234#248#1#120#72;
-    flags   : [if_avx512]
+    flags   : [if_avx512,if_tfv]
   ),
   (
     opcode  : A_VCVTTPD2UDQ;

+ 2 - 2
compiler/x86_64/x8664tab.inc

@@ -22048,7 +22048,7 @@
     ops     : 2;
     optypes : (ot_xmmreg_mz,ot_xmmrm,ot_none,ot_none);
     code    : #232#234#248#1#91#72;
-    flags   : [if_avx512]
+    flags   : [if_avx512,if_tfv]
   ),
   (
     opcode  : A_VCVTQQ2PS;
@@ -22202,7 +22202,7 @@
     ops     : 2;
     optypes : (ot_xmmreg_mz,ot_xmmrm,ot_none,ot_none);
     code    : #232#234#248#1#120#72;
-    flags   : [if_avx512]
+    flags   : [if_avx512,if_tfv]
   ),
   (
     opcode  : A_VCVTTPD2UDQ;