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 89de66ff99a5ac04285a027ceea44c12b0ec3dd1..39e9ddbd558b63027a19e19c46e884b54a5d6002 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 50fb2d8db21a534f6074e41948245ff885a45515..ffc5d19e9758cc19430b2dad8e29bc5debebb01d 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" },
This page took 0.024968 seconds and 4 git commands to generate.