* fix spilling for PAND, POR and PXOR, resolves #37084

git-svn-id: trunk@45388 -
This commit is contained in:
florian 2020-05-16 15:51:48 +00:00
parent 03f2c69d0d
commit d9eddc50fd

View File

@ -332,6 +332,9 @@ implementation
A_CVTTSS2SI,
A_XORPD,
A_XORPS,
A_PXOR,
A_PAND,
A_POR,
A_ORPD,
A_ORPS,
A_ANDPD,