Files
Arquivotheca.SunOS-4.1.3/usr.lib/libm/m68k/fswitch/Vlibm2s.s
seta75D 2e8a93c394 Init
2021-10-11 18:20:23 -03:00

21 lines
388 B
ArmAsm

.data
| .asciz "@(#)Vlibm2s.s 1.1 92/07/30 Copyr 1986 Sun Micro"
.even
.text
| Copyright (c) 1986 by Sun Microsystems, Inc.
#include "DEFS.h"
#define ENTRY2(func) \
RTENTRY(V/**/func/**/s) ; \
moveml d0/d1,sp@- ; \
pea sp@(4) ; \
pea sp@(4) ; \
jsr _F/**/func/**/_ ; \
lea sp@(16),sp ; \
RET
ENTRY2(atan2)
ENTRY2(pow)