]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fri Aug 9 13:21:59 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
authorMartin Hunt <hunt@redhat.com>
Fri, 9 Aug 1996 20:25:12 +0000 (20:25 +0000)
committerMartin Hunt <hunt@redhat.com>
Fri, 9 Aug 1996 20:25:12 +0000 (20:25 +0000)
* d10v-opc.c (d10v_opcodes): Correct 'mv' unit entry to EITHER.

opcodes/ChangeLog
opcodes/d10v-opc.c

index f406ad27353652c1bf3c8ebb8cc8445de2d1311a..994bf3a7ba27cc6363385cb21fcc24d12281f60f 100644 (file)
@@ -1,3 +1,9 @@
+start-sanitize-d10v
+Fri Aug  9 13:21:59 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * d10v-opc.c (d10v_opcodes): Correct 'mv' unit entry to EITHER.
+
+end-sanitize-d10v      
 Thu Aug  8 12:43:52 1996  Klaus Kaempf  <kkaempf@progis.de>
 
        * makefile.vms: Update for alpha-opc changes.
@@ -10,7 +16,7 @@ Wed Aug  7 11:55:10 1996  Ian Lance Taylor  <ian@cygnus.com>
 start-sanitize-d10v
 Fri Aug  2 17:47:03 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
 
-       * d10v-opc.c (d10v_operands): Added 2 accumulator sub instructions.
+       * d10v-opc.c (d10v_opcodes): Added 2 accumulator sub instructions.
        Changed subi operand type to treat 0 as 16.
 
 end-sanitize-d10v
index a8f6f8ffb216bdb5077adf25d429894232d33496..0441e6afd75df64682ee548da6278ab7c1f7ea44 100644 (file)
@@ -220,7 +220,7 @@ const struct d10v_opcode d10v_opcodes[] = {
   { "mulx", SHORT_2, 1, IU, PAR, 0x2c00, 0x7e00, { ADST0, RSRC2, RSRC } },
   { "mulxsu", SHORT_2, 1, IU, PAR, 0x1c00, 0x7e00, { ADST0, RSRC2, RSRC } },
   { "mulxu", SHORT_2, 1, IU, PAR, 0x3c00, 0x7e00, { ADST0, RSRC2, RSRC } },
-  { "mv", SHORT_2, 1, IU, PAR, 0x4000, 0x7e01, { RDST, RSRC } },
+  { "mv", SHORT_2, 1, EITHER, PAR, 0x4000, 0x7e01, { RDST, RSRC } },
   { "mv2w", SHORT_2, 1, IU, PAR, 0x5000, 0x7e23, { RDSTE, RSRCE } },
   { "mv2wfac", SHORT_2, 1, IU, PAR, 0x3e00, 0x7e2f, { RDSTE, ASRC } },
   { "mv2wtac", SHORT_2, 1, IU, PAR, 0x3e01, 0x7ee3, { RSRCE, ADST } },