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_asin-881.s
blob
0eff540adcc1fc9d61819d5a05c58f30ef7abc3d
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(asin881, STDC, 131)
8
_FUNCTION
(
AROS_SLIB_ENTRY
(
asin881
,
STDC
,
131
))
9
10
AROS_SLIB_ENTRY
(
asin881
,
STDC
,
131
):
11
fmove.s
%
d0
,%
fp0
12
fasin.x
%
fp0
13
fmove.s
%
fp0
,%
d0
14
rts