Ditch the leading underscores for bswap*()

This commit is contained in:
scw 2002-07-10 12:42:28 +00:00
parent 51f3f8ff9c
commit 2ff17a3936
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: byte_swap_2.S,v 1.2 2002/07/10 11:29:32 scw Exp $ */
/* $NetBSD: byte_swap_2.S,v 1.3 2002/07/10 12:42:28 scw Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@ -41,7 +41,7 @@
ALTENTRY(htons)
ALTENTRY(ntohs)
#endif
ENTRY(__bswap16)
ENTRY(bswap16)
ptabs/l r18, tr0
byterev r2, r2
shlri r2, 48, r2

View File

@ -1,4 +1,4 @@
/* $NetBSD: byte_swap_4.S,v 1.2 2002/07/10 11:29:32 scw Exp $ */
/* $NetBSD: byte_swap_4.S,v 1.3 2002/07/10 12:42:28 scw Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@ -41,7 +41,7 @@
ALTENTRY(htonl)
ALTENTRY(ntohl)
#endif
ENTRY(__bswap32)
ENTRY(bswap32)
ptabs/l r18, tr0
byterev r2, r2
shlri r2, 32, r2

View File

@ -1,4 +1,4 @@
/* $NetBSD: byte_swap_8.S,v 1.2 2002/07/10 11:29:32 scw Exp $ */
/* $NetBSD: byte_swap_8.S,v 1.3 2002/07/10 12:42:28 scw Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@ -37,7 +37,7 @@
#include <machine/asm.h>
ENTRY(__bswap64)
ENTRY(bswap64)
ptabs/l r18, tr0
byterev r2, r2
blink tr0, r63