Re: [PATCH]IA64 trap code 16 bytes atomic copy on montecito, take 2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Keith Owens (on Thu, 02 Nov 2006 18:17:57 +1100) wrote:
>This should do the job.  No prologue or alloc because it is a leaf
>function, which means no in0/in1, use r32/r33 instead.
>
>extern ld16_st16(src, dest);
>
>ENTRY(ld16_st16)
>	ld16 r15=[r33]		// dest
>	;;
>	st16 [r32]=r15		// src
>	br.ret.sptk.many rp
>EXIT(ld16_st16)

/me kicks himself for mixing up src and dest.

extern ld16_st16(dest, src);

ENTRY(ld16_st16)
	ld16 r15=[r32]		// src
	;;
	st16 [r33]=r15		// dest
	br.ret.sptk.many rp
EXIT(ld16_st16)

-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel]     [Sparc Linux]     [DCCP]     [Linux ARM]     [Yosemite News]     [Linux SCSI]     [Linux x86_64]     [Linux for Ham Radio]

  Powered by Linux