Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SPARC: 64-bit integers?

0 views
Skip to first unread message

David Jones

unread,
Oct 3, 1992, 12:26:43 AM10/3/92
to
Does the SPARC-10 CPU support 64-bit integers in a single hardware register?
If not, will the next SPARC rev?

Gcc seems to implement 64-bit ints as a pair of registers.

(Please reply directly to djo...@lightning.mcrcim.mcgill.edu)

thanks,
dj

-------------------------
long long xor(a,b)
long long a, b;
{
return a^b;
}
-------------------------
gcc2_compiled.:
.text
.align 4
.global _xor
.proc 05
_xor:
xor %o0,%o2,%o0
xor %o1,%o3,%o1
retl
sub %sp,-0,%sp % <-- Is this really necessary???

0 new messages