Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / lib / libm / arch / m68060 / s_cos.S
blobff00bf52c2048717bf5a7a779f10b3862eed12fe
1 /* $NetBSD$ */
3 /*
4  * FPLSP wrapper for cos
5  * DO NOT EDIT - this file is automatically generated.
6  */
8 #include <machine/asm.h>
10 ENTRY(cos)
11 #ifdef __SVR4_ABI__
12         bral PIC_PLT(_C_LABEL(__fplsp060_0068))
13 #else
14         movel %sp@(8),%sp@-
15         movel %sp@(8),%sp@-
16         bsrl PIC_PLT(_C_LABEL(__fplsp060_0068))
17         fmoved %fp0,%sp@
18         movel %sp@+,%d0
19         movel %sp@+,%d1
20         rts
21 #endif