repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use USER_CPPFLAGS
[AROS.git]
/
arch
/
m68k-all
/
stdc
/
math
/
e_cosh-881.s
blob
272fadfc2d66b87acec32b5f9f1c514f67238abd
1
# Copyright © 2018, The AROS Development Team. All rights reserved.
2
# $Id$
3
#include "aros/m68k/asm.h"
4
5
.text
6
.balign 4
7
.globl AROS_SLIB_ENTRY(cosh881, STDC, 140)
8
_FUNCTION
(
AROS_SLIB_ENTRY
(
cosh881
,
STDC
,
140
))
9
10
AROS_SLIB_ENTRY
(
cosh881
,
STDC
,
140
):
11
fmove.s
%
d0
,%
fp0
12
fcosh.x
%
fp0
13
fmove.s
%
fp0
,%
d0
14
rts