Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2001-03-22 19:09:20 +0300
committerHans-Peter Nilsson <hp@axis.com>2001-03-22 19:09:20 +0300
commit21ebbf8ecfbef528551f1cc6a88401839057bc87 (patch)
treee3f63d1a916bcddefbee069b0c29c85cf3974890 /include/opcode/cris.h
parente086534fc6fd952fda7fd543c97ff0285138f5fb (diff)
* cris.h (ADD_PC_INCR_OPCODE): New macro.
Diffstat (limited to 'include/opcode/cris.h')
-rw-r--r--include/opcode/cris.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/opcode/cris.h b/include/opcode/cris.h
index be02d4aff..927634050 100644
--- a/include/opcode/cris.h
+++ b/include/opcode/cris.h
@@ -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)