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
revert between 56095 -> 55830 in arch
[AROS.git]
/
arch
/
m68k-all
/
stdc
/
math
/
s_isnan-881.s
blob
f74e19a30c967caeb52bd19ce0a15f52f6131be7
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(isnan881, STDC, 121)
8
_FUNCTION
(
AROS_SLIB_ENTRY
(
isnan881
,
STDC
,
121
))
9
10
AROS_SLIB_ENTRY
(
isnan881
,
STDC
,
121
):
11
fmove.s
%
d0
,%
fp0
12
ftst.x
%
fp0
13
moveq
#1,%d0
14
fbun
.isnan881done
15
moveq
#0,%d0
16
.isnan881done:
17
rts