mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 13:38:30 +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
|
begin
|
||||||
asize := 0;
|
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
|
(MemRefInfo(opcode).MemRefSizeBCST in [msbBCST32,msbBCST64]) then
|
||||||
begin
|
begin
|
||||||
case operands[i].size of
|
case operands[i].size of
|
||||||
|
Loading…
Reference in New Issue
Block a user