use typecast for mememory-operands (any opcodes vcvt...)

git-svn-id: branches/tg74/avx512@39729 -
This commit is contained in:
tg74 2018-09-11 04:28:29 +00:00
parent 5224393bbb
commit 9d17d3054e

View File

@ -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