mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-28 15:19:26 +02:00
* remove disassembler hint \331 from comisd, it causes rex to be
generated too early. rex must be generated after the 0x66 prefix. There might be more problems like this which must be fixed. git-svn-id: trunk@8787 -
This commit is contained in:
parent
5d31cd02a7
commit
6eff22d466
@ -2864,8 +2864,8 @@ xmmreg,mem,imm \301\331\1\x66\323\2\x0F\xC2\110\26 WILLAMETTE,SSE2,SM
|
||||
|
||||
[COMISD]
|
||||
(Ch_All, Ch_None, Ch_None)
|
||||
xmmreg,xmmreg \331\3\x66\x0F\x2F\110 WILLAMETTE,SSE2
|
||||
xmmreg,mem \331\1\x66\301\323\2\x0F\x2F\110 WILLAMETTE,SSE2
|
||||
xmmreg,xmmreg 1\x66\323\2\x0F\x2F\110 WILLAMETTE,SSE2
|
||||
xmmreg,mem 1\x66\301\323\2\x0F\x2F\110 WILLAMETTE,SSE2
|
||||
|
||||
[CVTDQ2PD]
|
||||
(Ch_Wop2, Ch_Rop1, Ch_None)
|
||||
|
Loading…
Reference in New Issue
Block a user