This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch, committed, moxie] Add zex instructions


I've committed the following patch to add support for the zex
(zero-extend) instructions to the moxie port.

AG

(from opcodes dir)

2014-12-12  Anthony Green  <green@moxielogic.com>

	* moxie-opc.c: Define zex instructions.

diff --git a/opcodes/moxie-opc.c b/opcodes/moxie-opc.c
index ffc5d19..ea3be80 100644
--- a/opcodes/moxie-opc.c
+++ b/opcodes/moxie-opc.c
@@ -70,8 +70,8 @@ const moxie_opc_info_t moxie_form1_opc_info[128] =
     { 0x0f, MOXIE_F1_NARG, "nop" },
     { 0x10, MOXIE_F1_AB,   "sex.b" },
     { 0x11, MOXIE_F1_AB,   "sex.s" },
-    { 0x12, MOXIE_BAD,     "bad" },
-    { 0x13, MOXIE_BAD,     "bad" },
+    { 0x12, MOXIE_F1_AB,   "zex.b" },
+    { 0x13, MOXIE_F1_AB,   "zex.s" },
     { 0x14, MOXIE_BAD,     "bad" },
     { 0x15, MOXIE_BAD,     "bad" },
     { 0x16, MOXIE_BAD,     "bad" },


AG


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]