mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
+ test movntss and movntsd
git-svn-id: branches/tg74/avx512merge@43277 -
This commit is contained in:
parent
14167ca84a
commit
bb1c03b538
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user