repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/boot: Rename overlapping memcpy() to memmove()
[linux/fpc-iii.git]
/
arch
/
sparc
/
lib
/
lshrdi3.S
blob
60ebc7cdbee04a89b772b4ea28d515f86a5cae0e
1
#include <linux/linkage.h>
2
3
ENTRY(__lshrdi3)
4
cmp %o2, 0
5
be 3f
6
mov 0x20, %g2
7
8
sub %g2, %o2, %g2
9
cmp %g2, 0
10
bg 1f
11
srl %o0, %o2, %o4
12
13
clr %o4
14
neg %g2
15
b 2f
16
srl %o0, %g2, %o5
17
1:
18
sll %o0, %g2, %g3
19
srl %o1, %o2, %g2
20
or %g2, %g3, %o5
21
2:
22
mov %o4, %o0
23
mov %o5, %o1
24
3:
25
retl
26
nop
27
ENDPROC(__lshrdi3)