瀏覽代碼

m68k: added fint and fintrz instructions

git-svn-id: trunk@34991 -
Károly Balogh 8 年之前
父節點
當前提交
c4e954c9a5
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      compiler/m68k/cpubase.pas
  2. 1 0
      compiler/m68k/itcpugas.pas

+ 1 - 0
compiler/m68k/cpubase.pas

@@ -82,6 +82,7 @@ unit cpubase;
          a_fsflmul,a_ftst,
          a_fsflmul,a_ftst,
          a_ftrapeq,a_ftrapne,a_ftrapgt,a_ftrapngt,a_ftrapge,a_ftrapnge,
          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_ftraplt,a_ftrapnlt,a_ftraple,a_ftrapgl,a_ftrapngl,a_ftrapgle,a_ftrapngle,
+         a_fint,a_fintrz,
          { fpu instructions - indirectly supported }
          { fpu instructions - indirectly supported }
          a_fsin,a_fcos,
          a_fsin,a_fcos,
          { protected instructions }
          { protected instructions }

+ 1 - 0
compiler/m68k/itcpugas.pas

@@ -76,6 +76,7 @@ interface
          'fsflmul','ftst',
          'fsflmul','ftst',
          'ftrapeq','ftrapne','ftrapgt','ftrapngt','ftrapge','ftrapnge',
          'ftrapeq','ftrapne','ftrapgt','ftrapngt','ftrapge','ftrapnge',
          'ftraplt','ftrapnlt','ftraple','ftrapgl','ftrapngl','ftrapgle','ftrapngle',
          'ftraplt','ftrapnlt','ftraple','ftrapgl','ftrapngl','ftrapgle','ftrapngle',
+         'fint','fintrz',
          { fpu instructions - indirectly supported }
          { fpu instructions - indirectly supported }
          'fsin','fcos',
          'fsin','fcos',
          { protected instructions }
          { protected instructions }