]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - include/opcode/a29k.h
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / include / opcode / a29k.h
index c466fa891221bc3554aa9fbbe4b49a933dce9eb8..002e127d15ef48a73c2fcc214d60e4e4d186115e 100644 (file)
@@ -15,7 +15,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 struct a29k_opcode {
   /* Name of the instruction.  */
@@ -51,6 +51,7 @@ struct a29k_opcode {
      r        RND--bits 4-6 of the instruction.
      d        FD--bits 2-3 of the instruction.
      f        FS--bits 0-1 of the instruction.
+     I       ID--bits 16-17 of the instruction.
 
      Extensions for 29050:
 
@@ -179,9 +180,9 @@ static CONST struct a29k_opcode a29k_opcodes[] =
 { "inbyte", 0x0d000000, "c,a,i" },
 { "inhw", 0x78000000, "c,a,b" },
 { "inhw", 0x79000000, "c,a,i" },
-{ "inv", 0x9f000000, "" },
+{ "inv", 0x9f000000, "I" },
 { "iret", 0x88000000, "" },
-{ "iretinv", 0x8c000000, "" },
+{ "iretinv", 0x8c000000, "I" },
 { "jmp", 0xa0000000, "P" },
 { "jmp", 0xa1000000, "A" },
 { "jmpf", 0xa4000000, "a,P" },