Browse Source

+ test movntss and movntsd

git-svn-id: branches/tg74/avx512merge@43277 -
florian 5 years ago
parent
commit
bb1c03b538
1 changed files with 3 additions and 1 deletions
  1. 3 1
      tests/utils/avx/avxopcodes.pas

+ 3 - 1
tests/utils/avx/avxopcodes.pas

@@ -3134,7 +3134,9 @@ FOpCodeList.Add('vshufi64x2,1,1,1,ymmreg_mz,ymmreg,ymmrm,imm8');
 FOpCodeList.Add('vshufi64x2,1,1,1,ymmreg_mz,ymmreg,4b64,imm8');
 FOpCodeList.Add('vshufi64x2,1,1,1,zmmreg_mz,zmmreg,zmmrm,imm8');
 FOpCodeList.Add('vshufi64x2,1,1,1,zmmreg_mz,zmmreg,8b64,imm8');
-
+    
+  FOpCodeList.Add('movntss,1,1,1,MEM32,XMMREG,');
+  FOpCodeList.Add('movntsd,1,1,1,MEM64,XMMREG,');  
 end;
 
 function TAVXTestGenerator.InternalMakeTestFiles(aX64, aAVX512, aSAE: boolean; aDestPath, aFileExt: String;