mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 22:09:28 +01:00
remove any gather/scatter opcodes tests
git-svn-id: branches/tg74/avx512@39746 -
This commit is contained in:
parent
ac26adf7c9
commit
b2dca8692f
@ -2918,14 +2918,6 @@ FOpCodeList.Add('vfpclasssd,1,1,1,kreg_m,mem64,imm8,');
|
||||
FOpCodeList.Add('vfpclasssd,1,1,1,kreg_m,xmmreg,imm8,');
|
||||
FOpCodeList.Add('vfpclassss,1,1,1,kreg_m,mem32,imm8,');
|
||||
FOpCodeList.Add('vfpclassss,1,1,1,kreg_m,xmmreg,imm8,');
|
||||
FOpCodeList.Add('vgatherpf0dpd,1,1,1,ymem64_m,,,');
|
||||
FOpCodeList.Add('vgatherpf0dps,1,1,1,zmem32_m,,,');
|
||||
FOpCodeList.Add('vgatherpf0qpd,1,1,1,zmem64_m,,,');
|
||||
FOpCodeList.Add('vgatherpf0qps,1,1,1,zmem32_m,,,');
|
||||
FOpCodeList.Add('vgatherpf1dpd,1,1,1,ymem64_m,,,');
|
||||
FOpCodeList.Add('vgatherpf1dps,1,1,1,zmem32_m,,,');
|
||||
FOpCodeList.Add('vgatherpf1qpd,1,1,1,zmem64_m,,,');
|
||||
FOpCodeList.Add('vgatherpf1qps,1,1,1,zmem32_m,,,');
|
||||
FOpCodeList.Add('vgetexppd,1,1,1,xmmreg_mz,xmmrm,,');
|
||||
FOpCodeList.Add('vgetexppd,1,1,1,xmmreg_mz,2b64,,');
|
||||
FOpCodeList.Add('vgetexppd,1,1,1,ymmreg_mz,ymmrm,,');
|
||||
@ -3749,14 +3741,6 @@ FOpCodeList.Add('vscatterdpd,1,1,1,ymem64_m,zmmreg,,');
|
||||
FOpCodeList.Add('vscatterdps,1,1,1,xmem32_m,xmmreg,,');
|
||||
FOpCodeList.Add('vscatterdps,1,1,1,ymem32_m,ymmreg,,');
|
||||
FOpCodeList.Add('vscatterdps,1,1,1,zmem32_m,zmmreg,,');
|
||||
FOpCodeList.Add('vscatterpf0dpd,1,1,1,ymem64_m,,,');
|
||||
FOpCodeList.Add('vscatterpf0dps,1,1,1,zmem32_m,,,');
|
||||
FOpCodeList.Add('vscatterpf0qpd,1,1,1,zmem64_m,,,');
|
||||
FOpCodeList.Add('vscatterpf0qps,1,1,1,zmem32_m,,,');
|
||||
FOpCodeList.Add('vscatterpf1dpd,1,1,1,ymem64_m,,,');
|
||||
FOpCodeList.Add('vscatterpf1dps,1,1,1,zmem32_m,,,');
|
||||
FOpCodeList.Add('vscatterpf1qpd,1,1,1,zmem64_m,,,');
|
||||
FOpCodeList.Add('vscatterpf1qps,1,1,1,zmem32_m,,,');
|
||||
FOpCodeList.Add('vscatterqpd,1,1,1,xmem64_m,xmmreg,,');
|
||||
FOpCodeList.Add('vscatterqpd,1,1,1,ymem64_m,ymmreg,,');
|
||||
FOpCodeList.Add('vscatterqpd,1,1,1,zmem64_m,zmmreg,,');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user