public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* About feasibility of implementing an instruction
@ 2009-07-02  4:59 Mohamed Shafi
  2009-07-02 19:46 ` Ian Lance Taylor
  0 siblings, 1 reply; 3+ messages in thread
From: Mohamed Shafi @ 2009-07-02  4:59 UTC (permalink / raw)
  To: GCC

Hello all,

I just want to know about the feasibility of implementing an
instruction for a port in gcc 4.4
The target has 40 bit register where the normal load/store/move
instructions will be able to access the 32 bits of the register. In
order to move data into the rest of the register [b32 to b39] the data
has to be stored into a 32bit memory location. The data should be
stored in such a way that if it is stored for 0-7 in memory the data
can be moved to b32-b39 of a even register and if the data in the
memory is stored in 16-23 of the memory word then it can be moved to
b32-b39 of a odd register. Hope i make myself clear.

Will it be possible to implement this in the gcc back-end so that the
particular instruction is supported?


Regards,
Shafi

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

end of thread, other threads:[~2009-08-15  4:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-02  4:59 About feasibility of implementing an instruction Mohamed Shafi
2009-07-02 19:46 ` Ian Lance Taylor
2009-08-15  7:31   ` Mohamed Shafi

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