This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: Status of SSE builtins


Jan Hubicka wrote:
> Not yet, however I think this is just part of the problem, as reload
> will offload the register to memory, read it back and clobber the upper
> part.  I will check

You'll have to define reload patterns that copy the SSE register into the
GP register first, than load the value into the desired subreg of the GPR,
then write back to the SSE register.
	
-- 
--------------------------
SuperH (UK) Ltd.
2410 Aztec West / Almondsbury / BRISTOL / BS32 4QX
T:+44 1454 465658


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