s_cos.S revision 1.6
11.1Sis/* $NetBSD: s_cos.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 21.1Sis 31.1Sis/* 41.4Sis * FPLSP wrapper for cos 51.1Sis * DO NOT EDIT - this file is automatically generated. 61.1Sis */ 71.4Sis 81.4Sis#include <machine/asm.h> 91.4Sis 101.4SisENTRY(cos) 111.4Sis#ifdef __SVR4_ABI__ 121.6Sphx bral PIC_PLT(_C_LABEL(__fplsp060_0068)) 131.4Sis#else 141.4Sis movel %sp@(8),%sp@- 151.4Sis movel %sp@(8),%sp@- 161.6Sphx bsrl PIC_PLT(_C_LABEL(__fplsp060_0068)) 171.4Sis fmoved %fp0,%sp@ 181.4Sis movel %sp@+,%d0 191.4Sis movel %sp@+,%d1 201.4Sis rts 211.4Sis#endif 22