* fr30-opc.c: Regenerate.
authorDoug Evans <dje@google.com>
Sat, 5 Dec 1998 01:46:33 +0000 (01:46 +0000)
committerDoug Evans <dje@google.com>
Sat, 5 Dec 1998 01:46:33 +0000 (01:46 +0000)
opcodes/ChangeLog
opcodes/fr30-opc.c

index 30fc9d0a44f8e0133d08afe1e6f761dd702f4b7d..ede2996256143cc68b5e0c9197db550eafe24aab 100644 (file)
@@ -1,4 +1,8 @@
 start-sanitize-fr30
+Fri Dec  4 17:45:51 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * fr30-opc.c: Regenerate.
+
 Fri Dec  4 17:08:08 1998  Dave Brolley  <brolley@cygnus.com>
 
        * fr30-asm.c,fr30-dis.c,fr30-opc.c,fr30-opc.h: Regenerated.
index 85161975da9c16081e186e7dcb71fb1e95d6d967..1197c64ef44c3e4040677ee70c8d9f855c3de139 100644 (file)
@@ -404,7 +404,7 @@ static const CGEN_IFLD fr30_cgen_ifld_table[] =
   { FR30_F_OP2, "f-op2", 0, 16, 4, 4, { 0, 0|(1<<CGEN_IFLD_UNSIGNED), { 0 } }  },
   { FR30_F_OP3, "f-op3", 0, 16, 8, 4, { 0, 0|(1<<CGEN_IFLD_UNSIGNED), { 0 } }  },
   { FR30_F_OP4, "f-op4", 0, 16, 12, 4, { 0, 0|(1<<CGEN_IFLD_UNSIGNED), { 0 } }  },
-  { FR30_F_OP5, "f-op5", 0, 16, 5, 1, { 0, 0|(1<<CGEN_IFLD_UNSIGNED), { 0 } }  },
+  { FR30_F_OP5, "f-op5", 0, 16, 4, 1, { 0, 0|(1<<CGEN_IFLD_UNSIGNED), { 0 } }  },
   { FR30_F_CC, "f-cc", 0, 16, 4, 4, { 0, 0|(1<<CGEN_IFLD_UNSIGNED), { 0 } }  },
   { FR30_F_CCC, "f-ccc", 16, 16, 0, 8, { 0, 0|(1<<CGEN_IFLD_UNSIGNED), { 0 } }  },
   { FR30_F_RJ, "f-Rj", 0, 16, 8, 4, { 0, 0|(1<<CGEN_IFLD_UNSIGNED), { 0 } }  },
@@ -1407,7 +1407,7 @@ static const CGEN_IFMT fmt_callr = {
 };
 
 static const CGEN_IFMT fmt_call = {
-  16, 16, 0xf400, { F (F_OP1), F (F_OP5), F (F_REL12), 0 }
+  16, 16, 0xf800, { F (F_OP1), F (F_OP5), F (F_REL12), 0 }
 };
 
 static const CGEN_IFMT fmt_ret = {
@@ -2350,7 +2350,7 @@ const CGEN_INSN fr30_cgen_insn_table_entries[MAX_INSNS] =
     { 1, 1, 1, 1 },
     FR30_INSN_CALLD, "calld", "call:d",
     { { MNEM, ' ', OP (LABEL12), 0 } },
-    & fmt_call, { 0xd400 },
+    & fmt_call, { 0xd800 },
     (PTR) & fmt_call_ops[0],
     { 0, 0|A(DELAY_SLOT)|A(UNCOND_CTI), { 0 } }
   },
This page took 0.039307 seconds and 4 git commands to generate.