mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 17:49:07 +02:00
+ MIPS: added some instructions.
git-svn-id: trunk@27991 -
This commit is contained in:
parent
a8e30043db
commit
c77225d2c4
@ -189,4 +189,14 @@ A_MTC0,
|
|||||||
A_SDBBP,
|
A_SDBBP,
|
||||||
A_WRPGPR,
|
A_WRPGPR,
|
||||||
A_ERET,
|
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
|
A_END_DEF
|
||||||
|
@ -189,4 +189,14 @@
|
|||||||
'sdbbp',
|
'sdbbp',
|
||||||
'wrpgpr',
|
'wrpgpr',
|
||||||
'eret',
|
'eret',
|
||||||
|
'mthc1',
|
||||||
|
'mfhc1',
|
||||||
|
'seb',
|
||||||
|
'seh',
|
||||||
|
'movt',
|
||||||
|
'movf',
|
||||||
|
'movt.s',
|
||||||
|
'movf.s',
|
||||||
|
'movt.d',
|
||||||
|
'movf.d',
|
||||||
'end_def'
|
'end_def'
|
||||||
|
Loading…
Reference in New Issue
Block a user