For include/opcode:
* mips.h (INSN_ISA5): New. For opcodes: * mips-opc.c (I5): New. (abs.ps,add.ps,alnv.ps,c.COND.ps,cvt.s.pl,cvt.s.pu,cvt.ps.s madd.ps,movf.ps,movt.ps,mul.ps,net.ps,nmadd.ps,nmsub.ps, pll.ps,plu.ps,pul.ps,puu.ps,sub.ps,suxc1,luxc1): New.
This commit is contained in:
parent
f11900d058
commit
5fce5ddfd3
4 changed files with 67 additions and 0 deletions
|
@ -308,6 +308,7 @@ struct mips_opcode
|
|||
#define INSN_ISA3 0x00000003
|
||||
/* MIPS ISA 4 instruction (R8000). */
|
||||
#define INSN_ISA4 0x00000004
|
||||
#define INSN_ISA5 0x00000005
|
||||
|
||||
/* Chip specific instructions. These are bitmasks. */
|
||||
/* MIPS R4650 instruction. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue