repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git]
/
lib
/
libc
/
arch
/
x86_64
/
gen
/
bswap64.S
blob
1f77ca3a42b50aa3108f61159c4296f41051591b
1
/* $NetBSD$ */
2
3
/*
4
* Written by Frank van der Linden (fvdl@wasabisystems.com)
5
* Public Domain.
6
*/
7
8
#include <machine/asm.h>
9
10
#if defined(LIBC_SCCS)
11
RCSID("$NetBSD$")
12
#endif
13
14
ENTRY(bswap64)
15
bswapq %rdi
16
movq %rdi,%rax
17
ret