diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2005-12-06 22:42:43 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2005-12-06 22:42:43 +0000 |
commit | 392753ae2fe917d5657d4fd1749250e6f574f088 (patch) | |
tree | 6aaf26ef888ccc61ad9bca1587df9df5518485aa /sim/cris/cpuv32.h | |
parent | 632c75db43bce0b9990a0238a98afa6e1a47c42e (diff) | |
download | gdb-392753ae2fe917d5657d4fd1749250e6f574f088.zip gdb-392753ae2fe917d5657d4fd1749250e6f574f088.tar.gz gdb-392753ae2fe917d5657d4fd1749250e6f574f088.tar.bz2 |
* 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.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/cris/cpuv32.h b/sim/cris/cpuv32.h index 93c9425..fc78a0b 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)); \ |