arc/nps400 : New cmem instructions and associated relocation
[deliverable/binutils-gdb.git] / include / opcode / arc.h
index 7cd78e43329c978b62d0e44e501e8d5ddeac2cd5..28118776fe99c20ab4993cecf84b25c2b556ee11 100644 (file)
@@ -437,6 +437,9 @@ extern const unsigned arc_num_aux_regs;
 extern const struct arc_opcode arc_relax_opcodes[];
 extern const unsigned arc_num_relax_opcodes;
 
+/* Macro used for generating one class of NPS instructions.  */
+#define NPS_CMEM_HIGH_VALUE 0x57f0
+
 /* Macros to help generating regular pattern instructions.  */
 #define FIELDA(word) (word & 0x3F)
 #define FIELDB(word) (((word & 0x07) << 24) | (((word >> 3) & 0x07) << 12))
This page took 0.039171 seconds and 4 git commands to generate.