mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
+ more reg/reg reg/mem only instructions
git-svn-id: trunk@3587 -
This commit is contained in:
parent
64f51612d4
commit
0378f8c162
@ -199,7 +199,13 @@ implementation
|
||||
A_CVTSS2SI,
|
||||
A_CVTTPS2PI,
|
||||
A_CVTTSS2SI,
|
||||
A_IMUL :
|
||||
A_IMUL,
|
||||
A_XORPD,
|
||||
A_XORPS,
|
||||
A_ORPD,
|
||||
A_ORPS,
|
||||
A_ANDPD,
|
||||
A_ANDPS:
|
||||
replaceoper:=-1;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user