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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
lib
/
libm
/
arch
/
m68060
/
e_sinhf.S
blob
c602fcbef923bd0ac365b419d21669640495c5fc
1
/* $NetBSD$ */
2
3
/*
4
* FPLSP wrapper for __ieee754_sinhf
5
* DO NOT EDIT - this file is automatically generated.
6
*/
7
8
#include <machine/asm.h>
9
10
ENTRY(__ieee754_sinhf)
11
#ifdef __SVR4_ABI__
12
bral PIC_PLT(_C_LABEL(__fplsp060_01c8))
13
#else
14
movel %sp@(4),%sp@-
15
bsrl PIC_PLT(_C_LABEL(__fplsp060_01c8))
16
fmoves %fp0,%sp@
17
movel %sp@+,%d0
18
rts
19
#endif