mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 22:14:25 +02:00
use typecast for mememory-operands (any opcodes vcvt...)
git-svn-id: branches/tg74/avx512@39729 -
This commit is contained in:
parent
5224393bbb
commit
9d17d3054e
@ -523,10 +523,18 @@ begin
|
|||||||
(UpperCase(aInst) = 'VCVTSI2SS') OR
|
(UpperCase(aInst) = 'VCVTSI2SS') OR
|
||||||
(UpperCase(aInst) = 'VCVTTPD2DQ') or
|
(UpperCase(aInst) = 'VCVTTPD2DQ') or
|
||||||
(UpperCase(aInst) = 'VPMOVZXWQ') or
|
(UpperCase(aInst) = 'VPMOVZXWQ') or
|
||||||
|
(UpperCase(aInst) = 'VCVTPD2UDQ') or
|
||||||
|
(UpperCase(aInst) = 'VCVTPD2UDQ') or
|
||||||
|
(UpperCase(aInst) = 'VCVTTPD2UDQ') or
|
||||||
|
(UpperCase(aInst) = 'VCVTUQQ2PS') or
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(UpperCase(aInst) = 'VCMPSS')
|
(UpperCase(aInst) = 'VCMPSS')
|
||||||
|
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
//TG TODO delete
|
//TG TODO delete
|
||||||
if aInst = 'valignd' then
|
if aInst = 'valignd' then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user