* cris/cpuv10.h, cris/cpuv32.h, cris/cris-desc.c, cris/cris-opc.h,
[deliverable/binutils-gdb.git] / sim / cris / cpuv32.h
index 93c942519ac540b15731e4b30b54168d506107b1..fc78a0b71d9e539b716ad3a765d7a96e3592084f 100644 (file)
@@ -452,7 +452,7 @@ union sem_fields {
     INT f_indir_pc__dword;
     UINT f_operand2;
     unsigned char out_Pd;
-  } sfmt_move_c_sprv32_p0;
+  } sfmt_move_c_sprv32_p2;
   struct { /*  */
     INT f_s6;
     UINT f_operand2;
@@ -882,7 +882,7 @@ struct scache {
   f_size = EXTRACT_LSB0_UINT (insn, 16, 5, 2); \
   f_operand1 = EXTRACT_LSB0_UINT (insn, 16, 3, 4); \
 
-#define EXTRACT_IFMT_MOVE_C_SPRV32_P0_VARS \
+#define EXTRACT_IFMT_MOVE_C_SPRV32_P2_VARS \
   INT f_indir_pc__dword; \
   UINT f_operand2; \
   UINT f_mode; \
@@ -892,7 +892,7 @@ struct scache {
   /* Contents of trailing part of insn.  */ \
   UINT word_1; \
   unsigned int length;
-#define EXTRACT_IFMT_MOVE_C_SPRV32_P0_CODE \
+#define EXTRACT_IFMT_MOVE_C_SPRV32_P2_CODE \
   length = 6; \
   word_1 = GETIMEMUSI (current_cpu, pc + 2); \
   f_indir_pc__dword = (0|(EXTRACT_LSB0_UINT (word_1, 32, 31, 32) << 0)); \
This page took 0.02498 seconds and 4 git commands to generate.