Files
Arquivotheca.SunOS-4.1.4/usr.lib/libm/sparc/Fexp.S
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

19 lines
282 B
ArmAsm

.seg "data"
.asciz "@(#)Fexp.S 1.1 94/10/31 SMI"
#define LOCORE
#include <machine/asm_linkage.h>
! Copyright (c) 1988 by Sun Microsystems, Inc.
.global _r_exp_
.seg "text"
ENTRY(Fexp)
save %sp,-SA(MINFRAME+8),%sp
st %i0,[%fp-8]
call _r_exp_
sub %fp,8,%o0
ret
restore