fix operand mask in the "moveml" entries for the coldfire.

This commit is contained in:
J.T. Conklin 1997-01-18 00:37:30 +00:00
parent a3d4e445d2
commit c49bbc27db
2 changed files with 9 additions and 8 deletions

View 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>

View 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 },