* cris.h (ADD_PC_INCR_OPCODE): New macro.
This commit is contained in:
parent
e086534fc6
commit
21ebbf8ecf
|
@ -1,3 +1,7 @@
|
|||
2001-03-22 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* cris.h (ADD_PC_INCR_OPCODE): New macro.
|
||||
|
||||
2001-03-21 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* h8300.h: Fix formatting.
|
||||
|
|
|
@ -160,6 +160,8 @@ extern const char *const cris_cc_strings[];
|
|||
#define JUMP_INDIR_Z_BITS (0xf2c0)
|
||||
#define JUMP_PC_INCR_OPCODE \
|
||||
(JUMP_INDIR_OPCODE + AUTOINCR_BIT * 0x0100 + REG_PC)
|
||||
#define ADD_PC_INCR_OPCODE \
|
||||
(0xfa00 + (2 << 4) + AUTOINCR_BIT * 0x0100 + REG_PC)
|
||||
|
||||
/* Nop. */
|
||||
#define NOP_OPCODE (0x050F)
|
||||
|
|
Loading…
Reference in New Issue