* m68k-opc.c (m68k_opcodes): Add sleep and trapx.
authorKazu Hirata <kazu@codesourcery.com>
Wed, 27 Dec 2006 07:10:10 +0000 (07:10 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Wed, 27 Dec 2006 07:10:10 +0000 (07:10 +0000)
opcodes/ChangeLog
opcodes/m68k-opc.c

index ee62f002fee7e5a7bdf47f6ac6b21e764425e974..cf7e3c9864e55a4a8bbd5422430fadefe550f224 100644 (file)
@@ -1,3 +1,7 @@
+2006-12-27  Kazu Hirata  <kazu@codesourcery.com>
+
+       * m68k-opc.c (m68k_opcodes): Add sleep and trapx.
+
 2006-12-15  H.J. Lu  <hongjiu.lu@intel.com>
 
        * i386-dis.c (o_mode): New for 16-byte operand.
index 87648aa755a4221f7862a7bdaa3862ebf37ae42c..2feafc1aad35aec136b61a785234cc813753183b 100644 (file)
@@ -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 },
This page took 0.038389 seconds and 4 git commands to generate.