Browse Source

+ MIPS: added some instructions.

git-svn-id: trunk@27991 -
sergei 11 years ago
parent
commit
c77225d2c4
2 changed files with 20 additions and 0 deletions
  1. 10 0
      compiler/mips/opcode.inc
  2. 10 0
      compiler/mips/strinst.inc

+ 10 - 0
compiler/mips/opcode.inc

@@ -189,4 +189,14 @@ A_MTC0,
 A_SDBBP,
 A_WRPGPR,
 A_ERET,
+A_MTHC1,
+A_MFHC1,
+A_SEB,
+A_SEH,
+A_MOVT,
+A_MOVF,
+A_MOVT_S,
+A_MOVF_S,
+A_MOVT_D,
+A_MOVF_D,
 A_END_DEF

+ 10 - 0
compiler/mips/strinst.inc

@@ -189,4 +189,14 @@
 'sdbbp',
 'wrpgpr',
 'eret',
+'mthc1',
+'mfhc1',
+'seb',
+'seh',
+'movt',
+'movf',
+'movt.s',
+'movf.s',
+'movt.d',
+'movf.d',
 'end_def'