BSD 3 development
[unix-history] / usr / src / cmd / px / 27conv.s
CommitLineData
b202b2da
CH
1#\f
2# 27conv.s
3#
4# CONVERSIONS
5#
6_STOI:
7 incl r10
8 cvtwl (sp)+,-(sp)
9 jmp (r8)
10_STOD:
11 incl r10
12 cvtwd (sp)+,-(sp)
13 jmp (r8)
14_ITOD:
15 incl r10
16 cvtld (sp)+,-(sp)
17 jmp (r8)
18_ITOS:
19 incl r10
20 cvtlw (sp)+,-(sp)
21 jmp (r8)