summaryrefslogtreecommitdiff
path: root/opcodes/mips16-opc.c
diff options
context:
space:
mode:
authorDavid Ung <davidu@mips.com>2005-06-16 17:01:12 +0000
committerDavid Ung <davidu@mips.com>2005-06-16 17:01:12 +0000
commit4b185e973e59e5ac90eadd694d6583d5abce4a38 (patch)
tree2ec0ba76123a5813635f664cfdf87269f3b70945 /opcodes/mips16-opc.c
parentb16d63dac6655da82bd934b1a10e053776bffcb3 (diff)
downloadbinutils-gdb-4b185e973e59e5ac90eadd694d6583d5abce4a38.tar.gz
* mips16-opc.c (mips16_opcodes): Add the following MIPS16e
instructions to the table; seb/seh/sew/zeb/zeh/zew.
Diffstat (limited to 'opcodes/mips16-opc.c')
-rw-r--r--opcodes/mips16-opc.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/mips16-opc.c b/opcodes/mips16-opc.c
index 9f081f3a24b..3233dfe9858 100644
--- a/opcodes/mips16-opc.c
+++ b/opcodes/mips16-opc.c
@@ -221,6 +221,13 @@ const struct mips_opcode mips16_opcodes[] =
{"sw", "x,V(S)", 0xd000, 0xf800, RD_x|RD_SP, 0, 0 },
{"sw", "R,V(S)", 0x6200, 0xff00, RD_31|RD_SP, 0, 0 },
{"xor", "x,y", 0xe80e, 0xf81f, WR_x|RD_x|RD_y, 0, 0 },
+ /* MIPS16e additions */
+{"seb", "x", 0xe891, 0xf8ff, WR_x|RD_x, 0, 0 },
+{"seh", "x", 0xe8b1, 0xf8ff, WR_x|RD_x, 0, 0 },
+{"sew", "x", 0xe8d1, 0xf8ff, WR_x|RD_x, 0, I3 },
+{"zeb", "x", 0xe811, 0xf8ff, WR_x|RD_x, 0, 0 },
+{"zeh", "x", 0xe831, 0xf8ff, WR_x|RD_x, 0, 0 },
+{"zew", "x", 0xe851, 0xf8ff, WR_x|RD_x, 0, I3 },
};
const int bfd_mips16_num_opcodes =