public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* GO_IF_LEGITIMATE_ADDRESS handling different addressing modes for load/store
@ 2012-11-28 18:37 Ayonam Ray
  2012-11-28 18:44 ` Jeff Law
  0 siblings, 1 reply; 3+ messages in thread
From: Ayonam Ray @ 2012-11-28 18:37 UTC (permalink / raw)
  To: gcc-help

Hi,

My architecture allows base + immed and base + index for loads but
allows only base + immed for stores.  How do I differentiate between
them in the macro GO_IF_LEGITIMATE_ADDRESS?  I only get the MEM rtx in
that macro and have no clue whether the operand is an address for a
load or a store.  Is there any other way that I can differentiate
between them?

Thanks and regards
Ayonam

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-29  4:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-28 18:37 GO_IF_LEGITIMATE_ADDRESS handling different addressing modes for load/store Ayonam Ray
2012-11-28 18:44 ` Jeff Law
2012-11-29  4:44   ` Ayonam Ray

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).