Add new sign-extension instructions to moxie port
authorAnthony Green <green@moxielogic.com>
Thu, 3 Apr 2014 00:04:23 +0000 (20:04 -0400)
committerAnthony Green <green@moxielogic.com>
Thu, 3 Apr 2014 00:04:23 +0000 (20:04 -0400)
opcodes/ChangeLog
opcodes/moxie-opc.c

index 89de66f..39e9ddb 100644 (file)
@@ -1,3 +1,8 @@
+2014-04-02  Anthony Green  <green@moxielogic.com>
+
+       * moxie-opc.c (moxie_form1_opc_info): Add sign-extension
+       instructions, sex.b and sex.s.
+
 2014-03-26  Jiong Wang  <jiong.wang@arm.com>
 
        * aarch64-dis.c (aarch64_ext_ldst_elemlist): Check H/S undefined
index 50fb2d8..ffc5d19 100644 (file)
@@ -68,8 +68,8 @@ const moxie_opc_info_t moxie_form1_opc_info[128] =
     { 0x0d, MOXIE_F1_AiB4, "sto.l" },
     { 0x0e, MOXIE_F1_AB,   "cmp" },
     { 0x0f, MOXIE_F1_NARG, "nop" },
-    { 0x10, MOXIE_BAD,     "bad" },
-    { 0x11, MOXIE_BAD,     "bad" },
+    { 0x10, MOXIE_F1_AB,   "sex.b" },
+    { 0x11, MOXIE_F1_AB,   "sex.s" },
     { 0x12, MOXIE_BAD,     "bad" },
     { 0x13, MOXIE_BAD,     "bad" },
     { 0x14, MOXIE_BAD,     "bad" },