mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
* fix comment
git-svn-id: trunk@26737 -
This commit is contained in:
parent
d7c7ee2c2a
commit
9d84b83475
@ -138,8 +138,8 @@ implementation
|
||||
currently this rule is sufficient but it might be extended }
|
||||
if (ops=3) and (opcode<>A_SHRD) and (opcode<>A_SHLD) and (opcode<>A_IMUL) then
|
||||
begin
|
||||
{ avx instructions allow only the first operand (at&t counting) to be a register operand }
|
||||
{ all operands must be registers ... }
|
||||
{ avx instructions allow only the first operand (at&t counting) to be a memory operand }
|
||||
{ all operands are registers, check ... }
|
||||
if (oper[0]^.typ=top_reg) and
|
||||
(oper[1]^.typ=top_reg) and
|
||||
(oper[2]^.typ=top_reg) and
|
||||
|
Loading…
Reference in New Issue
Block a user