summaryrefslogtreecommitdiff
path: root/sim/cris/cpuv32.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/cris/cpuv32.h')
-rw-r--r--sim/cris/cpuv32.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/cris/cpuv32.h b/sim/cris/cpuv32.h
index 93c942519ac..fc78a0b71d9 100644
--- a/sim/cris/cpuv32.h
+++ b/sim/cris/cpuv32.h
@@ -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)); \