Add MIPS r12k support
This commit is contained in:
parent
6c426cf36e
commit
d1cf510e5e
17 changed files with 221 additions and 175 deletions
|
@ -358,6 +358,7 @@ struct mips_opcode
|
|||
#define CPU_R6000 6000
|
||||
#define CPU_R8000 8000
|
||||
#define CPU_R10000 10000
|
||||
#define CPU_R12000 12000
|
||||
#define CPU_MIPS16 16
|
||||
#define CPU_MIPS32 32
|
||||
#define CPU_MIPS32_4K 3204113 /* 32, 04, octal 'K'. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue