ack/mach/vax4/libem/cff.s
1985-01-21 12:56:09 +00:00

34 lines
429 B
ArmAsm

#include "em_abs.h"
# $Header$
.globl .cff
.cff:
movl (sp)+,r1
movl (sp)+,r0
cmpl r0,$4
bneq Ldtd
movl (sp)+,r0
cmpl r0,$4
bneq Lddf
jmp (r1)
Lddf:
cmpl r0,$8
bneq Lerr
cvtdf (sp)+,-(sp)
jmp (r1)
Ldtd:
movl (sp)+,r0
cmpl r0,$4
bneq Lddd
cvtfd (sp)+,-(sp)
jmp (r1)
Lddd:
cmpl r0,$8
bneq Lerr
jmp (r1)
Lerr:
pushl $EILLINS
jmp .fat