+ MIPS: added some instructions.

git-svn-id: trunk@27991 -
This commit is contained in:
sergei 2014-06-17 22:52:35 +00:00
parent a8e30043db
commit c77225d2c4
2 changed files with 20 additions and 0 deletions

View File

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

View File

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