]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - include/opcode/rx.h
[include/opcode]
[thirdparty/binutils-gdb.git] / include / opcode / rx.h
index 0840be0a883242d88a57f4401a90df01804e854e..aa85fe4a9163cc7d37480c43726c77f15a8f8beb 100644 (file)
@@ -47,6 +47,7 @@ typedef enum
   RX_Operand_Predec,   /* [-Rn] */
   RX_Operand_Condition,        /* eq, gtu, etc */
   RX_Operand_Flag,     /* [UIOSZC] */
+  RX_Operand_TwoReg,   /* [Rn + scale*R2] */
 } RX_Operand_Type;
 
 typedef enum
@@ -82,8 +83,6 @@ typedef enum
   RXO_min,     /* d = min(d,s) */
   RXO_emul,    /* d:64 = d:32 * s */
   RXO_emulu,   /* d:64 = d:32 * s (unsigned) */
-  RXO_ediv,    /* d:64 / s; d = quot, d+1 = rem */
-  RXO_edivu,   /* d:64 / s; d = quot, d+1 = rem */
 
   RXO_rolc,    /* d <<= 1 through carry */
   RXO_rorc,    /* d >>= 1 through carry*/