ack/mach/vax4/libem/dvf.s
1994-06-24 14:02:31 +00:00

22 lines
266 B
ArmAsm

#include "em_abs.h"
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define .dvf
! $Id$
.dvf:
movl (sp)+,r1
cmpl r0,$4
bneq I1
divf2 (sp)+,(sp)
jmp (r1)
I1:
cmpl r0,$8
bneq I2
divd2 (sp)+,(sp)
jmp (r1)
I2:
pushl $EILLINS
jmp .fat