mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 06:49:13 +02:00
* fix spilling for PAND, POR and PXOR, resolves #37084
git-svn-id: trunk@45388 -
This commit is contained in:
parent
03f2c69d0d
commit
d9eddc50fd
@ -332,6 +332,9 @@ implementation
|
|||||||
A_CVTTSS2SI,
|
A_CVTTSS2SI,
|
||||||
A_XORPD,
|
A_XORPD,
|
||||||
A_XORPS,
|
A_XORPS,
|
||||||
|
A_PXOR,
|
||||||
|
A_PAND,
|
||||||
|
A_POR,
|
||||||
A_ORPD,
|
A_ORPD,
|
||||||
A_ORPS,
|
A_ORPS,
|
||||||
A_ANDPD,
|
A_ANDPD,
|
||||||
|
Loading…
Reference in New Issue
Block a user