ack/mach/vax4/libem/cfi.s

26 lines
361 B
ArmAsm
Raw Normal View History

1985-01-18 14:30:03 +00:00
#include "em_abs.h"
1990-01-12 10:29:26 +00:00
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define .cfi
1985-01-18 14:30:03 +00:00
1990-01-12 10:29:26 +00:00
! $Header$
1985-01-18 14:30:03 +00:00
.cfi:
movl (sp)+,r1
movl (sp)+,r0
cmpl r0,$4
1990-01-12 10:29:26 +00:00
bneq 1f
1985-01-18 14:30:03 +00:00
movl (sp)+,r0
cmpl r0,$4
1990-01-12 10:29:26 +00:00
bneq 2f
1985-01-18 14:30:03 +00:00
cvtfl (sp)+,-(sp)
jmp (r1)
1990-01-12 10:29:26 +00:00
2:
1985-01-18 14:30:03 +00:00
cmpl r0,$8
1990-01-12 10:29:26 +00:00
bneq 1f
1985-01-18 14:30:03 +00:00
cvtdl (sp)+,-(sp)
jmp (r1)
1990-01-12 10:29:26 +00:00
1:
1985-01-18 14:30:03 +00:00
pushl $EILLINS
jmp .fat