mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 08:29:29 +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) = 'VCVTTPD2DQ') or
|
||||
(UpperCase(aInst) = 'VPMOVZXWQ') or
|
||||
(UpperCase(aInst) = 'VCVTPD2UDQ') or
|
||||
(UpperCase(aInst) = 'VCVTPD2UDQ') or
|
||||
(UpperCase(aInst) = 'VCVTTPD2UDQ') or
|
||||
(UpperCase(aInst) = 'VCVTUQQ2PS') or
|
||||
|
||||
|
||||
|
||||
(UpperCase(aInst) = 'VCMPSS')
|
||||
|
||||
;
|
||||
|
||||
|
||||
//TG TODO delete
|
||||
if aInst = 'valignd' then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user