This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rx-sim]: add cycle accuracy


Oops, this part goes with it...

	* rx.h (RX_Opcode_ID): Add nop2 and nop3 for statistics.

 
Index: include/opcode/rx.h
===================================================================
RCS file: /cvs/src/src/include/opcode/rx.h,v
retrieving revision 1.3
diff -p -U3 -r1.3 rx.h
--- include/opcode/rx.h	15 Apr 2010 10:26:09 -0000	1.3
+++ include/opcode/rx.h	28 Jul 2010 02:08:21 -0000
@@ -57,7 +57,6 @@ typedef enum
   RXO_movbir,	/* [s,s2] = d (signed) */
   RXO_pushm,	/* s..s2 */
   RXO_popm,	/* s..s2 */
-  RXO_pusha,	/* &s */
   RXO_xchg,	/* s <-> d */
   RXO_stcc,	/* d = s if cond(s2) */
   RXO_rtsd,	/* rtsd, 1=imm, 2-0 = reg if reg type */
@@ -98,6 +97,8 @@ typedef enum
   RXO_jsrrel,	/* pc += d */
   RXO_rts,
   RXO_nop,
+  RXO_nop2,
+  RXO_nop3,
 
   RXO_scmpu,
   RXO_smovu,


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