summaryrefslogtreecommitdiff
path: root/sim/cris/cpuv32.h
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2005-12-06 22:42:43 +0000
committerHans-Peter Nilsson <hp@axis.com>2005-12-06 22:42:43 +0000
commit38e4374891510894cefd339afc78588ab299d6af (patch)
treed0fe1d61b70a63679341e9b80b856a23fbef7469 /sim/cris/cpuv32.h
parent1b6f0d625df4ac48343dc2e25d1a8a562782e383 (diff)
downloadgdb-38e4374891510894cefd339afc78588ab299d6af.tar.gz
* cris/cpuv10.h, cris/cpuv32.h, cris/cris-desc.c, cris/cris-opc.h,
cris/decodev10.c, cris/decodev10.h, cris/decodev32.c, cris/decodev32.h, cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c, cris/semcrisv32f-switch.c: Regenerate.
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)); \