Add support for RX V2 Instruction Set
[deliverable/binutils-gdb.git] / include / opcode / rx.h
index b8ef163994dda84a2c48c2a4c24bf8b6c91533e4..eda0ee396f4075e1a511ce1d99e92ae98b02877c 100644 (file)
@@ -161,6 +161,25 @@ typedef enum
   RXO_wait,
 
   RXO_sccnd,   /* d = cond(s) ? 1 : 0 */
+
+  RXO_fsqrt,
+  RXO_ftou,
+  RXO_utof,
+  RXO_movco,
+  RXO_movli,
+  RXO_emaca,
+  RXO_emsba,
+  RXO_emula,
+  RXO_maclh,
+  RXO_msbhi,
+  RXO_msblh,
+  RXO_msblo,
+  RXO_mullh,
+  RXO_mvfacgu,
+  RXO_mvtacgu,
+  RXO_racl,
+  RXO_rdacl,
+  RXO_rdacw,
 } RX_Opcode_ID;
 
 /* Condition bitpatterns, as registers.  */
This page took 0.030574 seconds and 4 git commands to generate.