m68k: added fint and fintrz instructions

git-svn-id: trunk@34991 -
This commit is contained in:
Károly Balogh 2016-11-27 17:42:24 +00:00
parent 26a05518f8
commit c4e954c9a5
2 changed files with 2 additions and 0 deletions

View File

@ -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 }

View File

@ -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 }