1 1.1 is /* $NetBSD: s_logb.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */ 2 1.1 is 3 1.1 is /* 4 1.4 is * FPLSP wrapper for logb 5 1.1 is * DO NOT EDIT - this file is automatically generated. 6 1.1 is */ 7 1.4 is 8 1.4 is #include <machine/asm.h> 9 1.4 is 10 1.4 is ENTRY(logb) 11 1.4 is #ifdef __SVR4_ABI__ 12 1.6 phx bral PIC_PLT(_C_LABEL(__fplsp060_0110)) 13 1.4 is #else 14 1.4 is movel %sp@(8),%sp@- 15 1.4 is movel %sp@(8),%sp@- 16 1.6 phx bsrl PIC_PLT(_C_LABEL(__fplsp060_0110)) 17 1.4 is fmoved %fp0,%sp@ 18 1.4 is movel %sp@+,%d0 19 1.4 is movel %sp@+,%d1 20 1.4 is rts 21 1.4 is #endif 22