mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 02:19:24 +02:00
working on internal assembler-reader x86 opsize local/global var
git-svn-id: branches/tg74/avx512-0037785@47886 -
This commit is contained in:
parent
b7ade3e566
commit
95fae1a81d
@ -2089,7 +2089,7 @@ begin
|
||||
begin
|
||||
asize := 0;
|
||||
|
||||
if ((operands[i] as tx86operand).vopext <> 0) and
|
||||
if ((operands[i] as tx86operand).vopext and OTVE_VECTOR_BCST = OTVE_VECTOR_BCST) and
|
||||
(MemRefInfo(opcode).MemRefSizeBCST in [msbBCST32,msbBCST64]) then
|
||||
begin
|
||||
case operands[i].size of
|
||||
|
Loading…
Reference in New Issue
Block a user