From: DJ Delorie <dj@redhat.com>
To: DJ Delorie <dj@redhat.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [rx-sim]: add cycle accuracy
Date: Wed, 28 Jul 2010 02:08:00 -0000 [thread overview]
Message-ID: <201007280208.o6S28nED013780@greed.delorie.com> (raw)
In-Reply-To: <201007280206.o6S26g5e013725@greed.delorie.com> (message from DJ Delorie on Tue, 27 Jul 2010 22:06:42 -0400)
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,
next prev parent reply other threads:[~2010-07-28 2:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-28 2:07 DJ Delorie
2010-07-28 2:08 ` DJ Delorie [this message]
2010-07-28 5:15 ` Kevin Buettner
2010-07-28 20:02 ` Maintainers [was Re: [rx-sim]: add cycle accuracy] DJ Delorie
2010-07-28 20:04 ` Michael Snyder
2010-07-28 21:56 ` DJ Delorie
2010-07-28 22:27 ` Andreas Schwab
2010-07-28 22:31 ` DJ Delorie
2010-07-28 15:44 ` [rx-sim]: add cycle accuracy Tom Tromey
2010-07-28 21:59 ` DJ Delorie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201007280208.o6S28nED013780@greed.delorie.com \
--to=dj@redhat.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox