/* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * * %sccs.include.redist.c% */ #if defined(LIBC_SCCS) && !defined(lint) .asciz "@(#)htonl.s 5.6 (Berkeley) 06/01/90" #endif /* LIBC_SCCS and not lint */ /* netorder = htonl(hostorder) */ #include "DEFS.h" ENTRY(htonl, 0) rotl $-8,4(ap),r0 insv r0,$16,$8,r0 movb 7(ap),r0 ret