mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 14:47:55 +02:00
* x87 FBSTP and FBLD instructions cannot have size suffix in ATT syntax. Mantis #29095.
git-svn-id: trunk@32541 -
This commit is contained in:
parent
278a8fc39c
commit
a78250a78b
@ -45,8 +45,8 @@ attsufNONE,
|
||||
attsufNONE,
|
||||
attsufFPU,
|
||||
attsufFPU,
|
||||
attsufFPU,
|
||||
attsufFPU,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufFPU,
|
||||
|
@ -45,8 +45,8 @@ attsufNONE,
|
||||
attsufNONE,
|
||||
attsufFPU,
|
||||
attsufFPU,
|
||||
attsufFPU,
|
||||
attsufFPU,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufFPU,
|
||||
|
@ -279,12 +279,12 @@ void \2\xDE\xC1 8086,FPU
|
||||
fpureg \1\xDE\10\xC0 8086,FPU
|
||||
fpureg,fpu0 \1\xDE\10\xC0 8086,FPU
|
||||
|
||||
[FBLD,fbldF]
|
||||
[FBLD,fbld]
|
||||
(Ch_Rop1, Ch_FPU, Ch_None)
|
||||
mem80 \1\xDF\204 8086,FPU
|
||||
mem \1\xDF\204 8086,FPU
|
||||
|
||||
[FBSTP,fbstpF]
|
||||
[FBSTP,fbstp]
|
||||
(Ch_Wop1, Ch_FPU, Ch_None)
|
||||
mem80 \1\xDF\206 8086,FPU
|
||||
mem \1\xDF\206 8086,FPU
|
||||
|
@ -37,8 +37,8 @@ attsufNONE,
|
||||
attsufNONE,
|
||||
attsufFPU,
|
||||
attsufFPU,
|
||||
attsufFPU,
|
||||
attsufFPU,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufFPU,
|
||||
|
Loading…
Reference in New Issue
Block a user