diff options
author | Gavin Koch <gavin@cygnus.com> | 1999-11-18 19:53:48 +0000 |
---|---|---|
committer | Gavin Koch <gavin@cygnus.com> | 1999-11-18 19:53:48 +0000 |
commit | 10ab31ca594d5e4fe5a8dbe772b64a25afa984e4 (patch) | |
tree | fc33fbb173442611d8a21f84058ae090e9a02f19 /include/opcode/mips.h | |
parent | 086e54a96d5e3a9f2331c9631069e7ffff74d457 (diff) | |
download | cygnal-10ab31ca594d5e4fe5a8dbe772b64a25afa984e4.tar.gz cygnal-10ab31ca594d5e4fe5a8dbe772b64a25afa984e4.tar.bz2 cygnal-10ab31ca594d5e4fe5a8dbe772b64a25afa984e4.zip |
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.
Diffstat (limited to 'include/opcode/mips.h')
-rw-r--r-- | include/opcode/mips.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/mips.h b/include/opcode/mips.h index 07e0fd7c6..8c93d1bd7 100644 --- a/include/opcode/mips.h +++ b/include/opcode/mips.h @@ -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. */ |