From 6bd025df59a8cb2a0f3b0fcfe21f60592a898c41 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 27 Dec 2006 07:10:10 +0000 Subject: [PATCH] * m68k-opc.c (m68k_opcodes): Add sleep and trapx. --- opcodes/ChangeLog | 4 ++++ opcodes/m68k-opc.c | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ee62f002fe..cf7e3c9864 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2006-12-27 Kazu Hirata + + * m68k-opc.c (m68k_opcodes): Add sleep and trapx. + 2006-12-15 H.J. Lu * i386-dis.c (o_mode): New for 16-byte operand. diff --git a/opcodes/m68k-opc.c b/opcodes/m68k-opc.c index 87648aa755..2feafc1aad 100644 --- a/opcodes/m68k-opc.c +++ b/opcodes/m68k-opc.c @@ -2089,6 +2089,8 @@ const struct m68k_opcode m68k_opcodes[] = {"svs", 2, one(0054700), one(0177700), "$s", m68000up }, {"svs", 2, one(0054700), one(0177770), "Ds", mcfisa_a }, +{"sleep", 2, one(0047170), one(0177777), "", fido_a }, + {"stop", 4, one(0047162), one(0177777), "#w", m68000up | mcfisa_a }, {"strldsr", 4, two(0040347,0043374), two(0177777,0177777), "#w", mcfisa_aa}, @@ -2156,6 +2158,8 @@ TBL("tblunb", "tblunw", "tblunl", 0, 0), {"trap", 2, one(0047100), one(0177760), "Ts", m68000up | mcfisa_a }, +{"trapx", 2, one(0047060), one(0177760), "Ts", fido_a }, + {"tstb", 2, one(0045000), one(0177700), ";b", m68020up|cpu32|mcfisa_a }, {"tstb", 2, one(0045000), one(0177700), "$b", m68000up }, {"tstw", 2, one(0045100), one(0177700), "*w", m68020up|cpu32|mcfisa_a },