include/opcode/
[deliverable/binutils-gdb.git] / opcodes / micromips-opc.c
index 9a9a32cc5ad2b0d20f3aced6758e65016a301f36..8630769d3e0a8de65dab813f90ff680f5b03cb98 100644 (file)
    MA 02110-1301, USA.  */
 
 #include "sysdep.h"
-#include <stdio.h>
 #include "opcode/mips.h"
+#include "mips-formats.h"
+
+static unsigned char reg_0_map[] = { 0 };
+static unsigned char reg_28_map[] = { 28 };
+static unsigned char reg_29_map[] = { 29 };
+static unsigned char reg_31_map[] = { 31 };
+static unsigned char reg_m16_map[] = { 16, 17, 2, 3, 4, 5, 6, 7 };
+static unsigned char reg_mn_map[] = { 0, 17, 2, 3, 16, 18, 19, 20 };
+static unsigned char reg_q_map[] = { 0, 17, 2, 3, 4, 5, 6, 7 };
+
+static unsigned char reg_h_map1[] = { 5, 5, 6, 4, 4, 4, 4, 4 };
+static unsigned char reg_h_map2[] = { 6, 7, 7, 21, 22, 5, 6, 7 };
+
+static int int_b_map[] = {
+  1, 4, 8, 12, 16, 20, 24, -1
+};
+static int int_c_map[] = {
+  128, 1, 2, 3, 4, 7, 8, 15, 16, 31, 32, 63, 64, 255, 32768, 65535
+};
+
+/* Return the mips_operand structure for the operand at the beginning of P.  */
+
+const struct mips_operand *
+decode_micromips_operand (const char *p)
+{
+  switch (p[0])
+    {
+    case 'm':
+      switch (p[1])
+       {
+       case 'a': MAPPED_REG (0, 0, GP, reg_28_map);
+       case 'b': MAPPED_REG (3, 23, GP, reg_m16_map);
+       case 'c': MAPPED_REG (3, 4, GP, reg_m16_map);
+       case 'd': MAPPED_REG (3, 7, GP, reg_m16_map);
+       case 'e': MAPPED_REG (3, 1, GP, reg_m16_map);
+       case 'f': MAPPED_REG (3, 3, GP, reg_m16_map);
+       case 'g': MAPPED_REG (3, 0, GP, reg_m16_map);
+       case 'h': REG_PAIR (3, 7, GP, reg_h_map);
+       case 'j': REG (5, 0, GP);
+       case 'l': MAPPED_REG (3, 4, GP, reg_m16_map);
+       case 'm': MAPPED_REG (3, 1, GP, reg_mn_map);
+       case 'n': MAPPED_REG (3, 4, GP, reg_mn_map);
+       case 'p': REG (5, 5, GP);
+       case 'q': MAPPED_REG (3, 7, GP, reg_q_map);
+       case 'r': SPECIAL (0, 0, PC);
+       case 's': MAPPED_REG (0, 0, GP, reg_29_map);
+       case 't': SPECIAL (0, 0, REPEAT_PREV_REG);
+       case 'x': SPECIAL (0, 0, REPEAT_DEST_REG);
+       case 'y': MAPPED_REG (0, 0, GP, reg_31_map);
+       case 'z': MAPPED_REG (0, 0, GP, reg_0_map);
+
+       case 'A': INT_ADJ (7, 0, 63, 2, FALSE);  /* (-64 .. 63) << 2 */
+       case 'B': MAPPED_INT (3, 1, int_b_map, FALSE);
+       case 'C': MAPPED_INT (4, 0, int_c_map, TRUE);
+       case 'D': BRANCH (10, 0, 1);
+       case 'E': BRANCH (7, 0, 1);
+       case 'F': HINT (4, 0);
+       case 'G': INT_ADJ (4, 0, 14, 0, FALSE);  /* (-1 .. 14) */
+       case 'H': INT_ADJ (4, 0, 15, 1, FALSE);  /* (0 .. 15) << 1 */
+       case 'I': INT_ADJ (7, 0, 126, 0, FALSE); /* (-1 .. 126) */
+       case 'J': INT_ADJ (4, 0, 15, 2, FALSE);  /* (0 .. 15) << 2 */
+       case 'L': INT_ADJ (4, 0, 15, 0, FALSE);  /* (0 .. 15) */
+       case 'M': INT_ADJ (3, 1, 8, 0, FALSE);   /* (1 .. 8) */
+       case 'N': SPECIAL (2, 4, LWM_SWM_LIST);
+       case 'O': HINT (4, 0);
+       case 'P': INT_ADJ (5, 0, 31, 2, FALSE);  /* (0 .. 31) << 2 */
+       case 'Q': INT_ADJ (23, 0, 4194303, 2, FALSE);
+                                                /* (-4194304 .. 4194303) */
+       case 'U': INT_ADJ (5, 0, 31, 2, FALSE);  /* (0 .. 31) << 2 */
+       case 'W': INT_ADJ (6, 1, 63, 2, FALSE);  /* (0 .. 63) << 2 */
+       case 'X': SINT (4, 1);
+       case 'Y': SPECIAL (9, 1, ADDIUSP_INT);
+       case 'Z': UINT (0, 0);                   /* 0 only */
+       }
+      break;
+
+    case '+':
+      switch (p[1])
+       {
+       case 'A': BIT (5, 6, 0);                 /* (0 .. 31) */
+       case 'B': MSB (5, 11, 1, TRUE, 32);      /* (1 .. 32), 32-bit op */
+       case 'C': MSB (5, 11, 1, FALSE, 32);     /* (1 .. 32), 32-bit op */
+       case 'E': BIT (5, 6, 32);                /* (32 .. 63) */
+       case 'F': MSB (5, 11, 33, TRUE, 64);     /* (33 .. 64), 64-bit op */
+       case 'G': MSB (5, 11, 33, FALSE, 64);    /* (33 .. 64), 64-bit op */
+       case 'H': MSB (5, 11, 1, FALSE, 64);     /* (1 .. 32), 64-bit op */
+
+       case 'i': JALX (26, 0, 2);
+       case 'j': SINT (9, 0);
+       }
+      break;
+
+    case '.': SINT (10, 6);
+    case '<': BIT (5, 11, 0);                   /* (0 .. 31) */
+    case '>': BIT (5, 11, 32);                  /* (32 .. 63) */
+    case '\\': BIT (3, 21, 0);                  /* (0 .. 7) */
+    case '|': HINT (4, 12);
+    case '~': SINT (12, 0);
+    case '@': SINT (10, 16);
+    case '^': HINT (5, 11);
+
+    case '0': SINT (6, 16);
+    case '1': HINT (5, 16);
+    case '2': HINT (2, 14);
+    case '3': HINT (3, 13);
+    case '4': HINT (4, 12);
+    case '5': HINT (8, 13);
+    case '6': HINT (5, 16);
+    case '7': REG (2, 14, ACC);
+    case '8': HINT (6, 14);
+
+    case 'B': HINT (10, 16);
+    case 'C': HINT (23, 3);
+    case 'D': REG (5, 11, FP);
+    case 'E': REG (5, 21, COPRO);
+    case 'G': REG (5, 16, COPRO);
+    case 'K': REG (5, 16, HW);
+    case 'H': UINT (3, 11);
+    case 'M': REG (3, 13, CCC);
+    case 'N': REG (3, 18, CCC);
+    case 'R': REG (5, 6, FP);
+    case 'S': REG (5, 16, FP);
+    case 'T': REG (5, 21, FP);
+    case 'V': REG (5, 16, FP);
+
+    case 'a': JUMP (26, 0, 1);
+    case 'b': REG (5, 16, GP);
+    case 'c': HINT (10, 16);
+    case 'd': REG (5, 11, GP);
+    case 'h': HINT (5, 11);
+    case 'i': HINT (16, 0);
+    case 'j': SINT (16, 0);
+    case 'k': HINT (5, 21);
+    case 'n': SPECIAL (5, 21, LWM_SWM_LIST);
+    case 'o': SINT (16, 0);
+    case 'p': BRANCH (16, 0, 1);
+    case 'q': HINT (10, 6);
+    case 'r': REG (5, 16, GP);
+    case 's': REG (5, 16, GP);
+    case 't': REG (5, 21, GP);
+    case 'u': HINT (16, 0);
+    case 'v': REG (5, 16, GP);
+    case 'w': REG (5, 21, GP);
+    case 'y': REG (5, 6, GP);
+    case 'z': MAPPED_REG (0, 0, GP, reg_0_map);
+    }
+  return 0;
+}
 
 #define UBD    INSN_UNCOND_BRANCH_DELAY
 #define CBD    INSN_COND_BRANCH_DELAY
@@ -127,7 +274,6 @@ const struct mips_opcode micromips_opcodes[] =
    instruction name anyhow.  */
 /* name,    args,      match,      mask,       pinfo,                  pinfo2,         membership,     [ase],  [exclusions] */
 {"pref",    "k,~(b)",  0x60002000, 0xfc00f000, RD_b,                   0,              I1      },
-{"pref",    "k,o(b)",  0,    (int) M_PREF_OB,  INSN_MACRO,             0,              I1      },
 {"pref",    "k,A(b)",  0,    (int) M_PREF_AB,  INSN_MACRO,             0,              I1      },
 {"prefx",   "h,t(b)",  0x540001a0, 0xfc0007ff, RD_b|RD_t|FP_S,         0,              I1      },
 {"nop",     "",                    0x0c00,     0xffff, 0,                      INSN2_ALIAS,    I1      },
@@ -160,7 +306,6 @@ const struct mips_opcode micromips_opcodes[] =
 {"abs.s",   "T,V",     0x5400037b, 0xfc00ffff, WR_T|RD_S|FP_S,         0,              I1      },
 {"abs.ps",  "T,V",     0x5400437b, 0xfc00ffff, WR_T|RD_S|FP_D,         0,              I1      },
 {"aclr",    "\\,~(b)", 0x2000b000, 0xff00f000, SM|RD_b|NODS,           0,              0,      MC      },
-{"aclr",    "\\,o(b)", 0,    (int) M_ACLR_OB,  INSN_MACRO,             0,              0,      MC      },
 {"aclr",    "\\,A(b)", 0,    (int) M_ACLR_AB,  INSN_MACRO,             0,              0,      MC      },
 {"add",     "d,v,t",   0x00000110, 0xfc0007ff, WR_d|RD_s|RD_t,         0,              I1      },
 {"add",     "t,r,I",   0,    (int) M_ADD_I,    INSN_MACRO,             0,              I1      },
@@ -195,7 +340,6 @@ const struct mips_opcode micromips_opcodes[] =
 {"andi",    "md,mc,mC",            0x2c00,     0xfc00, 0,                      WR_md|RD_mc,    I1      },
 {"andi",    "t,r,i",   0xd0000000, 0xfc000000, WR_t|RD_s,              0,              I1      },
 {"aset",    "\\,~(b)", 0x20003000, 0xff00f000, SM|RD_b|NODS,           0,              0,      MC      },
-{"aset",    "\\,o(b)", 0,    (int) M_ASET_OB,  INSN_MACRO,             0,              0,      MC      },
 {"aset",    "\\,A(b)", 0,    (int) M_ASET_AB,  INSN_MACRO,             0,              0,      MC      },
 /* b is at the top of the table.  */
 /* bal is at the top of the table.  */
@@ -383,7 +527,6 @@ const struct mips_opcode micromips_opcodes[] =
 {"c.ngt.ps", "S,T",    0x54000bfc, 0xfc00ffff, RD_S|RD_T|WR_CC|FP_D,   0,              I1      },
 {"c.ngt.ps", "M,S,T",  0x54000bfc, 0xfc001fff, RD_S|RD_T|WR_CC|FP_D,   0,              I1      },
 {"cache",   "k,~(b)",  0x20006000, 0xfc00f000, RD_b,                   0,              I1      },
-{"cache",   "k,o(b)",  0,    (int) M_CACHE_OB, INSN_MACRO,             0,              I1      },
 {"cache",   "k,A(b)",  0,    (int) M_CACHE_AB, INSN_MACRO,             0,              I1      },
 {"ceil.l.d", "T,S",    0x5400533b, 0xfc00ffff, WR_T|RD_S|FP_D,         0,              I1      },
 {"ceil.l.s", "T,S",    0x5400133b, 0xfc00ffff, WR_T|RD_S|FP_S|FP_D,    0,              I1      },
@@ -587,7 +730,7 @@ const struct mips_opcode micromips_opcodes[] =
 {"jals",    "s",       0,    (int) M_JALS_1,   INSN_MACRO,             0,              I1      },
 {"jals",    "a",       0,    (int) M_JALS_A,   INSN_MACRO,             0,              I1      },
 {"jals",    "a",       0x74000000, 0xfc000000, UBD|WR_31,              BD16,           I1      },
-{"jalx",    "a",       0xf0000000, 0xfc000000, UBD|WR_31,              BD32,           I1      },
+{"jalx",    "+i",      0xf0000000, 0xfc000000, UBD|WR_31,              BD32,           I1      },
 {"la",      "t,A(b)",  0,    (int) M_LA_AB,    INSN_MACRO,             0,              I1      },
 {"lb",      "t,o(b)",  0x1c000000, 0xfc000000, RD_b|WR_t,              0,              I1      },
 {"lb",      "t,A(b)",  0,    (int) M_LB_AB,    INSN_MACRO,             0,              I1      },
@@ -596,29 +739,23 @@ const struct mips_opcode micromips_opcodes[] =
 {"lbu",     "t,A(b)",  0,    (int) M_LBU_AB,   INSN_MACRO,             0,              I1      },
 {"lca",     "t,A(b)",  0,    (int) M_LCA_AB,   INSN_MACRO,             0,              I1      },
 /* The macro has to be first to handle o32 correctly.  */
-{"ld",      "t,o(b)",  0,    (int) M_LD_OB,    INSN_MACRO,             0,              I1      },
-{"ld",      "t,o(b)",  0xdc000000, 0xfc000000, RD_b|WR_t,              0,              I3      },
 {"ld",      "t,A(b)",  0,    (int) M_LD_AB,    INSN_MACRO,             0,              I1      },
+{"ld",      "t,o(b)",  0xdc000000, 0xfc000000, RD_b|WR_t,              0,              I3      },
 {"ldc1",    "T,o(b)",  0xbc000000, 0xfc000000, RD_b|WR_T|FP_D,         0,              I1      },
 {"ldc1",    "E,o(b)",  0xbc000000, 0xfc000000, RD_b|WR_T|FP_D,         0,              I1      },
 {"ldc1",    "T,A(b)",  0,    (int) M_LDC1_AB,  INSN_MACRO,             INSN2_M_FP_D,   I1      },
 {"ldc1",    "E,A(b)",  0,    (int) M_LDC1_AB,  INSN_MACRO,             INSN2_M_FP_D,   I1      },
 {"ldc2",    "E,~(b)",  0x20002000, 0xfc00f000, RD_b|WR_CC,             0,              I1      },
-{"ldc2",    "E,o(b)",  0,    (int) M_LDC2_OB,  INSN_MACRO,             0,              I1      },
 {"ldc2",    "E,A(b)",  0,    (int) M_LDC2_AB,  INSN_MACRO,             0,              I1      },
 {"l.d",     "T,o(b)",  0xbc000000, 0xfc000000, RD_b|WR_T|FP_D, 0,              I1      }, /* ldc1 */
 {"l.d",     "T,A(b)",  0,    (int) M_LDC1_AB,  INSN_MACRO,             INSN2_M_FP_D,   I1      },
 {"ldl",     "t,~(b)",  0x60004000, 0xfc00f000, WR_t|RD_b,              0,              I3      },
-{"ldl",     "t,o(b)",  0,    (int) M_LDL_OB,   INSN_MACRO,             0,              I3      },
 {"ldl",     "t,A(b)",  0,    (int) M_LDL_AB,   INSN_MACRO,             0,              I3      },
 {"ldm",     "n,~(b)",  0x20007000, 0xfc00f000, RD_b,                   0,              I3      },
-{"ldm",     "n,o(b)",  0,    (int) M_LDM_OB,   INSN_MACRO,             0,              I3      },
 {"ldm",     "n,A(b)",  0,    (int) M_LDM_AB,   INSN_MACRO,             0,              I3      },
 {"ldp",     "t,~(b)",  0x20004000, 0xfc00f000, RD_b|WR_t,              0,              I3      },
-{"ldp",     "t,o(b)",  0,    (int) M_LDP_OB,   INSN_MACRO,             0,              I3      },
 {"ldp",     "t,A(b)",  0,    (int) M_LDP_AB,   INSN_MACRO,             0,              I3      },
 {"ldr",     "t,~(b)",  0x60005000, 0xfc00f000, WR_t|RD_b,              0,              I3      },
-{"ldr",     "t,o(b)",  0,    (int) M_LDR_OB,   INSN_MACRO,             0,              I3      },
 {"ldr",     "t,A(b)",  0,    (int) M_LDR_AB,   INSN_MACRO,             0,              I3      },
 {"ldxc1",   "D,t(b)",  0x540000c8, 0xfc0007ff, WR_D|RD_t|RD_b|FP_D,    0,              I1      },
 {"lh",      "t,o(b)",  0x3c000000, 0xfc000000, RD_b|WR_t,              0,              I1      },
@@ -632,10 +769,8 @@ const struct mips_opcode micromips_opcodes[] =
 {"li.s",    "t,f",     0,    (int) M_LI_S,     INSN_MACRO,             INSN2_M_FP_S,   I1      },
 {"li.s",    "T,l",     0,    (int) M_LI_SS,    INSN_MACRO,             INSN2_M_FP_S,   I1      },
 {"ll",      "t,~(b)",  0x60003000, 0xfc00f000, RD_b|WR_t,              0,              I1      },
-{"ll",      "t,o(b)",  0,    (int) M_LL_OB,    INSN_MACRO,             0,              I1      },
 {"ll",      "t,A(b)",  0,    (int) M_LL_AB,    INSN_MACRO,             0,              I1      },
 {"lld",     "t,~(b)",  0x60007000, 0xfc00f000, RD_b|WR_t,              0,              I3      },
-{"lld",     "t,o(b)",  0,    (int) M_LLD_OB,   INSN_MACRO,             0,              I3      },
 {"lld",     "t,A(b)",  0,    (int) M_LLD_AB,   INSN_MACRO,             0,              I3      },
 {"lui",     "s,u",     0x41a00000, 0xffe00000, WR_s,                   0,              I1      },
 {"luxc1",   "D,t(b)",  0x54000148, 0xfc0007ff, WR_D|RD_t|RD_b|FP_D,    0,              I1      },
@@ -649,32 +784,24 @@ const struct mips_opcode micromips_opcodes[] =
 {"lwc1",    "T,A(b)",  0,    (int) M_LWC1_AB,  INSN_MACRO,             INSN2_M_FP_S,   I1      },
 {"lwc1",    "E,A(b)",  0,    (int) M_LWC1_AB,  INSN_MACRO,             INSN2_M_FP_S,   I1      },
 {"lwc2",    "E,~(b)",  0x20000000, 0xfc00f000, RD_b|WR_CC,             0,              I1      },
-{"lwc2",    "E,o(b)",  0,    (int) M_LWC2_OB,  INSN_MACRO,             0,              I1      },
 {"lwc2",    "E,A(b)",  0,    (int) M_LWC2_AB,  INSN_MACRO,             0,              I1      },
 {"l.s",     "T,o(b)",  0x9c000000, 0xfc000000, RD_b|WR_T|FP_S,         0,              I1      }, /* lwc1 */
 {"l.s",     "T,A(b)",  0,    (int) M_LWC1_AB,  INSN_MACRO,             INSN2_M_FP_S,   I1      },
 {"lwl",     "t,~(b)",  0x60000000, 0xfc00f000, RD_b|WR_t,              0,              I1      },
-{"lwl",     "t,o(b)",  0,    (int) M_LWL_OB,   INSN_MACRO,             0,              I1      },
 {"lwl",     "t,A(b)",  0,    (int) M_LWL_AB,   INSN_MACRO,             0,              I1      },
 {"lcache",  "t,~(b)",  0x60000000, 0xfc00f000, RD_b|WR_t,              0,              I1      }, /* same */
-{"lcache",  "t,o(b)",  0,    (int) M_LWL_OB,   INSN_MACRO,             0,              I1      },
 {"lcache",  "t,A(b)",  0,    (int) M_LWL_AB,   INSN_MACRO,             0,              I1      },
 {"lwm",     "mN,mJ(ms)",    0x4500,     0xffc0,        NODS,                   RD_sp,          I1      },
 {"lwm",     "n,~(b)",  0x20005000, 0xfc00f000, RD_b|NODS,              0,              I1      },
-{"lwm",     "n,o(b)",  0,    (int) M_LWM_OB,   INSN_MACRO,             0,              I1      },
 {"lwm",     "n,A(b)",  0,    (int) M_LWM_AB,   INSN_MACRO,             0,              I1      },
 {"lwp",     "t,~(b)",  0x20001000, 0xfc00f000, RD_b|WR_t|NODS,         0,              I1      },
-{"lwp",     "t,o(b)",  0,    (int) M_LWP_OB,   INSN_MACRO,             0,              I1      },
 {"lwp",     "t,A(b)",  0,    (int) M_LWP_AB,   INSN_MACRO,             0,              I1      },
 {"lwr",     "t,~(b)",  0x60001000, 0xfc00f000, RD_b|WR_t,              0,              I1      },
-{"lwr",     "t,o(b)",  0,    (int) M_LWR_OB,   INSN_MACRO,             0,              I1      },
 {"lwr",     "t,A(b)",  0,    (int) M_LWR_AB,   INSN_MACRO,             0,              I1      },
 {"lwu",     "t,~(b)",  0x6000e000, 0xfc00f000, RD_b|WR_t,              0,              I3      },
-{"lwu",     "t,o(b)",  0,    (int) M_LWU_OB,   INSN_MACRO,             0,              I3      },
 {"lwu",     "t,A(b)",  0,    (int) M_LWU_AB,   INSN_MACRO,             0,              I3      },
 {"lwxc1",   "D,t(b)",  0x54000048, 0xfc0007ff, WR_D|RD_t|RD_b|FP_S,    0,              I1      },
 {"flush",   "t,~(b)",  0x60001000, 0xfc00f000, RD_b|WR_t,              0,              I1      }, /* same */
-{"flush",   "t,o(b)",  0,    (int) M_LWR_OB,   INSN_MACRO,             0,              I1      },
 {"flush",   "t,A(b)",  0,    (int) M_LWR_AB,   INSN_MACRO,             0,              I1      },
 {"lwxs",    "d,t(b)",  0x00000118, 0xfc0007ff, RD_b|RD_t|WR_d,         0,              I1      },
 {"madd",    "s,t",     0x0000cb3c, 0xfc00ffff, RD_s|RD_t|MOD_HILO,     0,              I1      },
@@ -819,15 +946,12 @@ const struct mips_opcode micromips_opcodes[] =
 {"sb",      "t,o(b)",  0x18000000, 0xfc000000, SM|RD_t|RD_b,           0,              I1      },
 {"sb",      "t,A(b)",  0,    (int) M_SB_AB,    INSN_MACRO,             0,              I1      },
 {"sc",      "t,~(b)",  0x6000b000, 0xfc00f000, SM|RD_t|WR_t|RD_b,      0,              I1      },
-{"sc",      "t,o(b)",  0,    (int) M_SC_OB,    INSN_MACRO,             0,              I1      },
 {"sc",      "t,A(b)",  0,    (int) M_SC_AB,    INSN_MACRO,             0,              I1      },
 {"scd",     "t,~(b)",  0x6000f000, 0xfc00f000, SM|RD_t|WR_t|RD_b,      0,              I3      },
-{"scd",     "t,o(b)",  0,    (int) M_SCD_OB,   INSN_MACRO,             0,              I3      },
 {"scd",     "t,A(b)",  0,    (int) M_SCD_AB,   INSN_MACRO,             0,              I3      },
 /* The macro has to be first to handle o32 correctly.  */
-{"sd",      "t,o(b)",  0,    (int) M_SD_OB,    INSN_MACRO,             0,              I1      },
-{"sd",      "t,o(b)",  0xd8000000, 0xfc000000, SM|RD_t|RD_b,           0,              I3      },
 {"sd",      "t,A(b)",  0,    (int) M_SD_AB,    INSN_MACRO,             0,              I1      },
+{"sd",      "t,o(b)",  0xd8000000, 0xfc000000, SM|RD_t|RD_b,           0,              I3      },
 {"sdbbp",   "",                    0x46c0,     0xffff, TRAP,                   0,              I1      },
 {"sdbbp",   "",                0x0000db7c, 0xffffffff, TRAP,                   0,              I1      },
 {"sdbbp",   "mO",          0x46c0,     0xfff0, TRAP,                   0,              I1      },
@@ -837,21 +961,16 @@ const struct mips_opcode micromips_opcodes[] =
 {"sdc1",    "T,A(b)",  0,    (int) M_SDC1_AB,  INSN_MACRO,             INSN2_M_FP_D,   I1      },
 {"sdc1",    "E,A(b)",  0,    (int) M_SDC1_AB,  INSN_MACRO,             INSN2_M_FP_D,   I1      },
 {"sdc2",    "E,~(b)",  0x2000a000, 0xfc00f000, SM|RD_C2|RD_b,          0,              I1      },
-{"sdc2",    "E,o(b)",  0,    (int) M_SDC2_OB,  INSN_MACRO,             0,              I1      },
 {"sdc2",    "E,A(b)",  0,    (int) M_SDC2_AB,  INSN_MACRO,             0,              I1      },
 {"s.d",     "T,o(b)",  0xb8000000, 0xfc000000, SM|RD_T|RD_b|FP_D,      0,              I1      }, /* sdc1 */
 {"s.d",     "T,A(b)",  0,    (int) M_SDC1_AB,  INSN_MACRO,             INSN2_M_FP_D,   I1      },
 {"sdl",     "t,~(b)",  0x6000c000, 0xfc00f000, SM|RD_t|RD_b,           0,              I3      },
-{"sdl",     "t,o(b)",  0,    (int) M_SDL_OB,   INSN_MACRO,             0,              I3      },
 {"sdl",     "t,A(b)",  0,    (int) M_SDL_AB,   INSN_MACRO,             0,              I3      },
 {"sdm",     "n,~(b)",  0x2000f000, 0xfc00f000, SM|RD_b,                0,              I3      },
-{"sdm",     "n,o(b)",  0,    (int) M_SDM_OB,   INSN_MACRO,             0,              I3      },
 {"sdm",     "n,A(b)",  0,    (int) M_SDM_AB,   INSN_MACRO,             0,              I3      },
 {"sdp",     "t,~(b)",  0x2000c000, 0xfc00f000, SM|RD_t|RD_b,           0,              I3      },
-{"sdp",     "t,o(b)",  0,    (int) M_SDP_OB,   INSN_MACRO,             0,              I3      },
 {"sdp",     "t,A(b)",  0,    (int) M_SDP_AB,   INSN_MACRO,             0,              I3      },
 {"sdr",     "t,~(b)",  0x6000d000, 0xfc00f000, SM|RD_t|RD_b,           0,              I3      },
-{"sdr",     "t,o(b)",  0,    (int) M_SDR_OB,   INSN_MACRO,             0,              I3      },
 {"sdr",     "t,A(b)",  0,    (int) M_SDR_AB,   INSN_MACRO,             0,              I3      },
 {"sdxc1",   "D,t(b)",  0x54000108, 0xfc0007ff, SM|RD_t|RD_b|FP_D,      RD_D,           I1      },
 {"seb",     "t,r",     0x00002b3c, 0xfc00ffff, WR_t|RD_s,              0,              I1      },
@@ -913,28 +1032,21 @@ const struct mips_opcode micromips_opcodes[] =
 {"swc1",    "T,A(b)",  0,    (int) M_SWC1_AB,  INSN_MACRO,             INSN2_M_FP_S,   I1      },
 {"swc1",    "E,A(b)",  0,    (int) M_SWC1_AB,  INSN_MACRO,             INSN2_M_FP_S,   I1      },
 {"swc2",    "E,~(b)",  0x20008000, 0xfc00f000, SM|RD_C2|RD_b,          0,              I1      },
-{"swc2",    "E,o(b)",  0,    (int) M_SWC2_OB,  INSN_MACRO,             0,              I1      },
 {"swc2",    "E,A(b)",  0,    (int) M_SWC2_AB,  INSN_MACRO,             0,              I1      },
 {"s.s",     "T,o(b)",  0x98000000, 0xfc000000, SM|RD_T|RD_b|FP_S,      0,              I1      }, /* swc1 */
 {"s.s",     "T,A(b)",  0,    (int) M_SWC1_AB,  INSN_MACRO,             INSN2_M_FP_S,   I1      },
 {"swl",     "t,~(b)",  0x60008000, 0xfc00f000, SM|RD_t|RD_b,           0,              I1      },
-{"swl",     "t,o(b)",  0,    (int) M_SWL_OB,   INSN_MACRO,             0,              I1      },
 {"swl",     "t,A(b)",  0,    (int) M_SWL_AB,   INSN_MACRO,             0,              I1      },
 {"scache",  "t,~(b)",  0x60008000, 0xfc00f000, SM|RD_t|RD_b,           0,              I1      }, /* same */
-{"scache",  "t,o(b)",  0,    (int) M_SWL_OB,   INSN_MACRO,             0,              I1      },
 {"scache",  "t,A(b)",  0,    (int) M_SWL_AB,   INSN_MACRO,             0,              I1      },
 {"swm",     "mN,mJ(ms)",    0x4540,     0xffc0,        NODS,                   RD_sp,          I1      },
 {"swm",     "n,~(b)",  0x2000d000, 0xfc00f000, SM|RD_b|NODS,           0,              I1      },
-{"swm",     "n,o(b)",  0,    (int) M_SWM_OB,   INSN_MACRO,             0,              I1      },
 {"swm",     "n,A(b)",  0,    (int) M_SWM_AB,   INSN_MACRO,             0,              I1      },
 {"swp",     "t,~(b)",  0x20009000, 0xfc00f000, SM|RD_t|RD_b|NODS,      0,              I1      },
-{"swp",     "t,o(b)",  0,    (int) M_SWP_OB,   INSN_MACRO,             0,              I1      },
 {"swp",     "t,A(b)",  0,    (int) M_SWP_AB,   INSN_MACRO,             0,              I1      },
 {"swr",     "t,~(b)",  0x60009000, 0xfc00f000, SM|RD_b|RD_t,           0,              I1      },
-{"swr",     "t,o(b)",  0,    (int) M_SWR_OB,   INSN_MACRO,             0,              I1      },
 {"swr",     "t,A(b)",  0,    (int) M_SWR_AB,   INSN_MACRO,             0,              I1      },
 {"invalidate", "t,~(b)",0x60009000, 0xfc00f000,        SM|RD_b|RD_t,           0,              I1      }, /* same */
-{"invalidate", "t,o(b)",0,    (int) M_SWR_OB,  INSN_MACRO,             0,              I1      },
 {"invalidate", "t,A(b)",0,    (int) M_SWR_AB,  INSN_MACRO,             0,              I1      },
 {"swxc1",   "D,t(b)",  0x54000088, 0xfc0007ff, SM|RD_t|RD_b|FP_S,      RD_D,           I1      },
 {"sync_acquire", "",   0x00116b7c, 0xffffffff, NODS,                   0,              I1      },
@@ -993,20 +1105,13 @@ const struct mips_opcode micromips_opcodes[] =
 {"trunc.l.s", "T,S",   0x5400233b, 0xfc00ffff, WR_T|RD_S|FP_S|FP_D,    0,              I1      },
 {"trunc.w.d", "T,S",   0x54006b3b, 0xfc00ffff, WR_T|RD_S|FP_S|FP_D,    0,              I1      },
 {"trunc.w.s", "T,S",   0x54002b3b, 0xfc00ffff, WR_T|RD_S|FP_S,         0,              I1      },
-{"uld",     "t,o(b)",  0,    (int) M_ULD,      INSN_MACRO,             0,              I3      },
-{"uld",     "t,A(b)",  0,    (int) M_ULD_A,    INSN_MACRO,             0,              I3      },
-{"ulh",     "t,o(b)",  0,    (int) M_ULH,      INSN_MACRO,             0,              I1      },
-{"ulh",     "t,A(b)",  0,    (int) M_ULH_A,    INSN_MACRO,             0,              I1      },
-{"ulhu",    "t,o(b)",  0,    (int) M_ULHU,     INSN_MACRO,             0,              I1      },
-{"ulhu",    "t,A(b)",  0,    (int) M_ULHU_A,   INSN_MACRO,             0,              I1      },
-{"ulw",     "t,o(b)",  0,    (int) M_ULW,      INSN_MACRO,             0,              I1      },
-{"ulw",     "t,A(b)",  0,    (int) M_ULW_A,    INSN_MACRO,             0,              I1      },
-{"usd",     "t,o(b)",  0,    (int) M_USD,      INSN_MACRO,             0,              I1      },
-{"usd",     "t,A(b)",  0,    (int) M_USD_A,    INSN_MACRO,             0,              I1      },
-{"ush",     "t,o(b)",  0,    (int) M_USH,      INSN_MACRO,             0,              I1      },
-{"ush",     "t,A(b)",  0,    (int) M_USH_A,    INSN_MACRO,             0,              I1      },
-{"usw",     "t,o(b)",  0,    (int) M_USW,      INSN_MACRO,             0,              I1      },
-{"usw",     "t,A(b)",  0,    (int) M_USW_A,    INSN_MACRO,             0,              I1      },
+{"uld",     "t,A(b)",  0,    (int) M_ULD_AB,   INSN_MACRO,             0,              I3      },
+{"ulh",     "t,A(b)",  0,    (int) M_ULH_AB,   INSN_MACRO,             0,              I1      },
+{"ulhu",    "t,A(b)",  0,    (int) M_ULHU_AB,  INSN_MACRO,             0,              I1      },
+{"ulw",     "t,A(b)",  0,    (int) M_ULW_AB,   INSN_MACRO,             0,              I1      },
+{"usd",     "t,A(b)",  0,    (int) M_USD_AB,   INSN_MACRO,             0,              I1      },
+{"ush",     "t,A(b)",  0,    (int) M_USH_AB,   INSN_MACRO,             0,              I1      },
+{"usw",     "t,A(b)",  0,    (int) M_USW_AB,   INSN_MACRO,             0,              I1      },
 {"wait",    "",                0x0000937c, 0xffffffff, NODS,                   0,              I1      },
 {"wait",    "B",       0x0000937c, 0xfc00ffff, NODS,                   0,              I1      },
 {"wrpgpr",  "t,r",     0x0000f17c, 0xfc00ffff, RD_s,                   0,              I1      },
@@ -1018,52 +1123,36 @@ const struct mips_opcode micromips_opcodes[] =
 {"xori",    "t,r,i",   0x70000000, 0xfc000000, WR_t|RD_s,              0,              I1      },
 /* microMIPS Enhanced VA Scheme */
 {"lbue",   "t,+j(b)",  0x60006000, 0xfc00fe00, RD_b|WR_t,      0,      0,      EVA     },
-{"lbue",   "t,o(b)",   0,    (int) M_LBUE_OB,  INSN_MACRO,     0,      0,      EVA     },
 {"lbue",   "t,A(b)",   0,    (int) M_LBUE_AB,  INSN_MACRO,     0,      0,      EVA     },
 {"lhue",   "t,+j(b)",  0x60006200, 0xfc00fe00, RD_b|WR_t,      0,      0,      EVA     },
-{"lhue",   "t,o(b)",   0,    (int) M_LHUE_OB,  INSN_MACRO,     0,      0,      EVA     },
 {"lhue",   "t,A(b)",   0,    (int) M_LHUE_AB,  INSN_MACRO,     0,      0,      EVA     },
 {"lbe",    "t,+j(b)",  0x60006800, 0xfc00fe00, RD_b|WR_t,      0,      0,      EVA     },
-{"lbe",    "t,o(b)",   0,    (int) M_LBE_OB,   INSN_MACRO,     0,      0,      EVA     },
 {"lbe",    "t,A(b)",   0,    (int) M_LBE_AB,   INSN_MACRO,     0,      0,      EVA     },
 {"lhe",    "t,+j(b)",  0x60006a00, 0xfc00fe00, RD_b|WR_t,      0,      0,      EVA     },
-{"lhe",    "t,o(b)",   0,    (int) M_LHE_OB,   INSN_MACRO,     0,      0,      EVA     },
 {"lhe",    "t,A(b)",   0,    (int) M_LHE_AB,   INSN_MACRO,     0,      0,      EVA     },
 {"lle",    "t,+j(b)",  0x60006c00, 0xfc00fe00, RD_b|WR_t,      0,      0,      EVA     },
-{"lle",    "t,o(b)",   0,    (int) M_LLE_OB,   INSN_MACRO,     0,      0,      EVA     },
 {"lle",    "t,A(b)",   0,    (int) M_LLE_AB,   INSN_MACRO,     0,      0,      EVA     },
 {"lwe",    "t,+j(b)",  0x60006e00, 0xfc00fe00, RD_b|WR_t,      0,      0,      EVA     },
-{"lwe",    "t,o(b)",   0,    (int) M_LWE_OB,   INSN_MACRO,     0,      0,      EVA     },
 {"lwe",    "t,A(b)",   0,    (int) M_LWE_AB,   INSN_MACRO,     0,      0,      EVA     },
 {"lwle",   "t,+j(b)",  0x60006400, 0xfc00fe00, RD_b|WR_t,      0,      0,      EVA     },
-{"lwle",   "t,o(b)",   0,    (int) M_LWLE_OB,  INSN_MACRO,     0,      0,      EVA     },
 {"lwle",   "t,A(b)",   0,    (int) M_LWLE_AB,  INSN_MACRO,     0,      0,      EVA     },
 {"lwre",   "t,+j(b)",  0x60006600, 0xfc00fe00, RD_b|WR_t,      0,      0,      EVA     },
-{"lwre",   "t,o(b)",   0,    (int) M_LWRE_OB,  INSN_MACRO,     0,      0,      EVA     },
 {"lwre",   "t,A(b)",   0,    (int) M_LWRE_AB,  INSN_MACRO,     0,      0,      EVA     },
 {"sbe",    "t,+j(b)",  0x6000a800, 0xfc00fe00, SM|RD_b|WR_t,   0,      0,      EVA     },
-{"sbe",    "t,o(b)",   0,    (int) M_SBE_OB,   INSN_MACRO,     0,      0,      EVA     },
 {"sbe",    "t,A(b)",   0,    (int) M_SBE_AB,   INSN_MACRO,     0,      0,      EVA     },
 {"sce",    "t,+j(b)",  0x6000ac00, 0xfc00fe00, SM|RD_t|WR_t|RD_b,      0,      0,      EVA     },
-{"sce",    "t,o(b)",   0,    (int) M_SCE_OB,   INSN_MACRO,     0,      0,      EVA     },
 {"sce",    "t,A(b)",   0,    (int) M_SCE_AB,   INSN_MACRO,     0,      0,      EVA     },
 {"she",    "t,+j(b)",  0x6000aa00, 0xfc00fe00, SM|RD_b|WR_t,   0,      0,      EVA     },
-{"she",    "t,o(b)",   0,    (int) M_SHE_OB,   INSN_MACRO,     0,      0,      EVA     },
 {"she",    "t,A(b)",   0,    (int) M_SHE_AB,   INSN_MACRO,     0,      0,      EVA     },
 {"swe",    "t,+j(b)",  0x6000ae00, 0xfc00fe00, SM|RD_b|WR_t,   0,      0,      EVA     },
-{"swe",    "t,o(b)",   0,    (int) M_SWE_OB,   INSN_MACRO,     0,      0,      EVA     },
 {"swe",    "t,A(b)",   0,    (int) M_SWE_AB,   INSN_MACRO,     0,      0,      EVA     },
 {"swle",   "t,+j(b)",  0x6000a000, 0xfc00fe00, SM|RD_b|WR_t,   0,      0,      EVA     },
-{"swle",   "t,o(b)",   0,    (int) M_SWLE_OB,  INSN_MACRO,     0,      0,      EVA     },
 {"swle",   "t,A(b)",   0,    (int) M_SWLE_AB,  INSN_MACRO,     0,      0,      EVA     },
 {"swre",   "t,+j(b)",  0x6000a200, 0xfc00fe00, SM|RD_b|WR_t,   0,      0,      EVA     },
-{"swre",   "t,o(b)",   0,    (int) M_SWRE_OB,  INSN_MACRO,     0,      0,      EVA     },
 {"swre",   "t,A(b)",   0,    (int) M_SWRE_AB,  INSN_MACRO,     0,      0,      EVA     },
 {"cachee", "k,+j(b)",  0x6000a600, 0xfc00fe00, RD_b,           0,      0,      EVA     },
-{"cachee", "k,o(b)",   0,    (int) M_CACHEE_OB,INSN_MACRO,     0,      0,      EVA     },
 {"cachee", "k,A(b)",   0,    (int) M_CACHEE_AB,INSN_MACRO,     0,      0,      EVA     },
 {"prefe",  "k,+j(b)",  0x6000a400, 0xfc00fe00, RD_b,           0,      0,      EVA     },
-{"prefe",  "k,o(b)",   0,    (int) M_PREFE_OB, INSN_MACRO,     0,      0,      EVA     },
 {"prefe",  "k,A(b)",   0,    (int) M_PREFE_AB, INSN_MACRO,     0,      0,      EVA     },
 /* MIPS DSP ASE.  */
 {"absq_s.ph", "t,s",   0x0000113c, 0xfc00ffff, WR_t|RD_s,              0,              0,      D32     },
This page took 0.028128 seconds and 4 git commands to generate.