Re-enable GAS for z8k-coff
[deliverable/binutils-gdb.git] / opcodes / mips16-opc.c
index 9f081f3a24b68d9934a83fd2da6ccd9982327fb1..0459582e20fdf6e35ab80912854216feee49ec07 100644 (file)
@@ -221,6 +221,17 @@ 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 */
+{"jalrc",   "x",       0xe8c0, 0xf8ff, WR_31|RD_x|TRAP, 0,     0 },
+{"jalrc",   "R,x",     0xe8c0, 0xf8ff, WR_31|RD_x|TRAP, 0,     0 },
+{"jrc",     "x",       0xe880, 0xf8ff, RD_x|TRAP,      0,      0 },
+{"jrc",     "R",       0xe8a0, 0xffff, RD_31|TRAP,     0,      0 },
+{"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 =
This page took 0.023161 seconds and 4 git commands to generate.