mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 10:46:18 +02:00
* do not allow VCOMISD/VCOMISS to use a memory location as target
git-svn-id: trunk@26774 -
This commit is contained in:
parent
ed25721ff0
commit
75a13f7e47
@ -288,7 +288,9 @@ implementation
|
|||||||
A_UNPCKLPS,
|
A_UNPCKLPS,
|
||||||
A_UNPCKHPS,
|
A_UNPCKHPS,
|
||||||
A_SHUFPD,
|
A_SHUFPD,
|
||||||
A_SHUFPS:
|
A_SHUFPS,
|
||||||
|
A_VCOMISD,
|
||||||
|
A_VCOMISS:
|
||||||
replaceoper:=-1;
|
replaceoper:=-1;
|
||||||
|
|
||||||
A_IMUL:
|
A_IMUL:
|
||||||
|
Loading…
Reference in New Issue
Block a user