public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
From: Doug Evans <dje@transmeta.com>
To: Jim Blandy <jimb@redhat.com>
Cc: cgen@sources.redhat.com
Subject: RFA: hardware can have ISA attributes, too
Date: Sat, 27 Sep 2003 04:11:00 -0000	[thread overview]
Message-ID: <16242.64736.793146.497702@casey.transmeta.com> (raw)
In-Reply-To: <vt24qz2oz1a.fsf@zenia.home>

Jim Blandy writes:
 > I don't really feel like I understand CGEN's data model well enough to
 > know whether this is really appropriate, or just a kludge.
 > 
 > Here's the motivation.  We have a toolchain that supports several
 > different machines within a family; some register sets are present on
 > some machines, but not on others.  Given an ISA, we want to be able to
 > traverse the hardware list and see which register sets are available
 > on that ISA.
 > 
 > So along with this will come another patch that produces an extern
 > declaration for @arch@_cgen_hw_table, so we can traverse it.
 > 
 > What's the best way to do this?

The patch to mach.scm is fine.

I'm not sure about the patch to provide extern @arch@_cgen_hw_table though.
If it's ultimately needed, great.
The way it's intended to normally work is that you access the CGEN_HW_ENTRY
elements via struct cgen_cpu_desc . hw_table.
struct cgen_cpu_desc is filled by the call to @arch@_cgen_cpu_open,
and the hw_table member is filled in based on the requested machs, not isas.
That's why, I think, I didn't initially add the extern declaration.
OTOH, if that were the case I would have made it static ...
And if it's not static, where's its entry in some header?

I don't know enough about the application at hand to know whether
all the hw entries you want to look at are in cgen_cpu_desc . hw_table,
but given that I didn't make the hw_table static, it should have
an extern declaration anyway.  Thus go for it.
[There are other tables in the same boat, but we can to them on
an as-needed basis.]

  reply	other threads:[~2003-09-25 14:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-24 18:15 Jim Blandy
2003-09-27  4:11 ` Doug Evans [this message]
2003-09-27 14:13   ` Jim Blandy
2003-10-06 21:21     ` Doug Evans
2003-10-07  4:57       ` Jim Blandy

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=16242.64736.793146.497702@casey.transmeta.com \
    --to=dje@transmeta.com \
    --cc=cgen@sources.redhat.com \
    --cc=jimb@redhat.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).