fix operand mask in the "moveml" entries for the coldfire.
authorJ.T. Conklin <jtc@acorntoolworks.com>
Sat, 18 Jan 1997 00:37:30 +0000 (00:37 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Sat, 18 Jan 1997 00:37:30 +0000 (00:37 +0000)
opcodes/ChangeLog
opcodes/m68k-opc.c

index bd2f1c6..50e537e 100644 (file)
@@ -5,7 +5,8 @@ Fri Jan 17 16:19:15 1997  J.T. Conklin  <jtc@beauty.cygnus.com>
        
 Thu Jan 17 16:19:00 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
-        * m68k-opc.c (m68k_opcodes): Delete duplicate entry for "cmpil".
+       * m68k-opc.c (m68k_opcodes): Delete duplicate entry for "cmpil".
+       fix operand mask in the "moveml" entries for the coldfire.
 
 start-sanitize-tic80
 Thu Jan 16 20:54:40 1997  Fred Fish  <fnf@cygnus.com>
index e9eb82c..6c5716a 100644 (file)
@@ -1249,13 +1249,13 @@ const struct m68k_opcode m68k_opcodes[] =
 {"moveml",     one(0046300),   one(0177700), "<sLw", m68000up },
 {"moveml",     one(0046300),   one(0177700), "<s#w", m68000up },
 /* FIXME: need specifier for mode 2 and 5 to simplify below insn patterns */
-{"moveml",     one(0044320),   one(0177700), "Lwas", mcf5200 },
-{"moveml",     one(0044320),   one(0177700), "#was", mcf5200 },
-{"moveml",     one(0044350),   one(0177700), "Lwds", mcf5200 },
-{"moveml",     one(0044350),   one(0177700), "#wds", mcf5200 },
-{"moveml",     one(0046320),   one(0177700), "asLw", mcf5200 },
-{"moveml",     one(0046320),   one(0177700), "as#w", mcf5200 },
-{"moveml",     one(0046350),   one(0177700), "dsLw", mcf5200 },
+{"moveml",     one(0044320),   one(0177770), "Lwas", mcf5200 },
+{"moveml",     one(0044320),   one(0177770), "#was", mcf5200 },
+{"moveml",     one(0044350),   one(0177770), "Lwds", mcf5200 },
+{"moveml",     one(0044350),   one(0177770), "#wds", mcf5200 },
+{"moveml",     one(0046320),   one(0177770), "asLw", mcf5200 },
+{"moveml",     one(0046320),   one(0177770), "as#w", mcf5200 },
+{"moveml",     one(0046350),   one(0177770), "dsLw", mcf5200 },
 {"moveml",     one(0046350),   one(0177770), "ds#w", mcf5200 },
 
 {"movepw",     one(0000410),   one(0170770), "dsDd", m68000up },