mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-25 17:34:11 +08:00
fix operand mask in the "moveml" entries for the coldfire.
This commit is contained in:
parent
a3d4e445d2
commit
c49bbc27db
@ -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>
|
||||
|
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user