3BSD/usr/src/cmd/px/27conv.s

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

#
# 27conv.s
#
# CONVERSIONS
#
_STOI:
	incl	r10
	cvtwl	(sp)+,-(sp)
	jmp	(r8)
_STOD:
	incl	r10
	cvtwd	(sp)+,-(sp)
	jmp	(r8)
_ITOD:
	incl	r10
	cvtld	(sp)+,-(sp)
	jmp	(r8)
_ITOS:
	incl	r10
	cvtlw	(sp)+,-(sp)
	jmp	(r8)