* m68k-opc.c: Accept tst{b,w,l} with immediate operands on cpu32.
This commit is contained in:
parent
900f895c8e
commit
8ebe0ec1bb
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
Wed Sep 24 11:29:35 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* m68k-opc.c: Accept tst{b,w,l} with immediate operands on cpu32.
|
||||
|
||||
* m68k-opc.c: Correct movew of an immediate operand to %sr or %ccr
|
||||
for mcf5200.
|
||||
|
||||
|
|
|
@ -1858,11 +1858,11 @@ TBL("tblunb", "tblunw", "tblunl", 0, 0),
|
|||
|
||||
{"trapv", one(0047166), one(0177777), "", m68000up },
|
||||
|
||||
{"tstb", one(0045000), one(0177700), ";b", m68020up | mcf5200 },
|
||||
{"tstb", one(0045000), one(0177700), ";b", m68020up|cpu32|mcf5200 },
|
||||
{"tstb", one(0045000), one(0177700), "@b", m68000up },
|
||||
{"tstw", one(0045100), one(0177700), "*w", m68020up | mcf5200 },
|
||||
{"tstw", one(0045100), one(0177700), "*w", m68020up|cpu32|mcf5200 },
|
||||
{"tstw", one(0045100), one(0177700), "@w", m68000up },
|
||||
{"tstl", one(0045200), one(0177700), "*l", m68020up | mcf5200 },
|
||||
{"tstl", one(0045200), one(0177700), "*l", m68020up|cpu32|mcf5200 },
|
||||
{"tstl", one(0045200), one(0177700), "@l", m68000up },
|
||||
|
||||
{"unlk", one(0047130), one(0177770), "As", m68000up | mcf5200 },
|
||||
|
|
Loading…
Reference in a new issue