2.9BSD/usr/src/lib/c/crt/lmul.s

Compare this file to the similar file:
Show the results in this format:

.globl lmul
/ long multiply (fp)
/ called: 2(sp): LHS 6(sp):RHS

lmul:
	setl
	movif	2(sp),r0
	movif	6(sp),r1
	mulf	r1,r0
	movfi	r0,-(sp)
	mov	(sp)+,r0
	mov	(sp)+,r1
	seti
	rts	pc