mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 23:28:28 +02:00
m68k: added fint and fintrz instructions
git-svn-id: trunk@34991 -
This commit is contained in:
parent
26a05518f8
commit
c4e954c9a5
@ -82,6 +82,7 @@ unit cpubase;
|
||||
a_fsflmul,a_ftst,
|
||||
a_ftrapeq,a_ftrapne,a_ftrapgt,a_ftrapngt,a_ftrapge,a_ftrapnge,
|
||||
a_ftraplt,a_ftrapnlt,a_ftraple,a_ftrapgl,a_ftrapngl,a_ftrapgle,a_ftrapngle,
|
||||
a_fint,a_fintrz,
|
||||
{ fpu instructions - indirectly supported }
|
||||
a_fsin,a_fcos,
|
||||
{ protected instructions }
|
||||
|
@ -76,6 +76,7 @@ interface
|
||||
'fsflmul','ftst',
|
||||
'ftrapeq','ftrapne','ftrapgt','ftrapngt','ftrapge','ftrapnge',
|
||||
'ftraplt','ftrapnlt','ftraple','ftrapgl','ftrapngl','ftrapgle','ftrapngle',
|
||||
'fint','fintrz',
|
||||
{ fpu instructions - indirectly supported }
|
||||
'fsin','fcos',
|
||||
{ protected instructions }
|
||||
|
Loading…
Reference in New Issue
Block a user