This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

include/opcode/cris.h: New macro ADD_PC_INCR_OPCODE, committed.


Committed.

2001-03-22  Hans-Peter Nilsson  <hp@axis.com>

	* cris.h (ADD_PC_INCR_OPCODE): New macro.

Index: cris.h
===================================================================
RCS file: /cvs/src/src/include/opcode/cris.h,v
retrieving revision 1.1
diff -p -c -r1.1 cris.h
*** cris.h	2000/07/20 15:39:41	1.1
--- cris.h	2001/03/22 16:02:54
*************** extern const char *const cris_cc_strings
*** 160,165 ****
--- 160,167 ----
  #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)

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]