Imported Upstream version 2.9.0
[debian/cc1111] / device / lib / z80 / stubs.s
1         ;; Stubs to match between function names
2         .area   _CODE
3
4         .globl  __mullong
5         .globl  __modslong
6         .globl  __modulong
7         .globl  __divslong
8         .globl  __divulong
9         .globl  __divschar_rrx_s
10         .globl  __divuchar_rrx_s
11         .globl  __divsuchar_rrx_s
12         .globl  __divuschar_rrx_s
13         .globl  __divsint_rrx_s
14         .globl  __divuint_rrx_s
15         .globl  __mulschar_rrx_s
16         .globl  __muluchar_rrx_s
17         .globl  __mulsuchar_rrx_s
18         .globl  __muluschar_rrx_s
19         .globl  __mulint_rrx_s
20         .globl  __modschar_rrx_s
21         .globl  __moduchar_rrx_s
22         .globl  __modsuchar_rrx_s
23         .globl  __moduschar_rrx_s
24         .globl  __moduint_rrx_s
25         .globl  __modsint_rrx_s
26         .globl  __rrulong_rrx_s
27         .globl  __rrslong_rrx_s
28         .globl  __rlulong_rrx_s
29         .globl  __rlslong_rrx_s
30
31 __mullong_rrx_s::
32 __mullong_rrf_s::
33         jp      __mullong
34
35 __modslong_rrx_s::
36 __modslong_rrf_s::
37         jp      __modslong
38
39 __modulong_rrx_s::
40 __modulong_rrf_s::
41         jp      __modulong
42
43 __divslong_rrx_s::
44 __divslong_rrf_s::
45         jp      __divslong
46
47 __divulong_rrx_s::
48 __divulong_rrf_s::
49         jp      __divulong
50
51 __mulint_rrf_s::
52         ld      a,#5
53         rst     0x08
54         jp      __mulint_rrx_s
55
56 __divsint_rrf_s::
57         ld      a,#5
58         rst     0x08
59         jp      __divsint_rrx_s
60
61 __divuint_rrf_s::
62         ld      a,#5
63         rst     0x08
64         jp      __divuint_rrx_s
65
66 __mulschar_rrf_s::
67         ld      a,#5
68         rst     0x08
69         jp      __mulschar_rrx_s
70
71 __divschar_rrf_s::
72         ld      a,#5
73         rst     0x08
74         jp      __divschar_rrx_s
75
76 __modschar_rrf_s::
77         ld      a,#5
78         rst     0x08
79         jp      __modschar_rrx_s
80
81 __muluchar_rrf_s::
82         ld      a,#5
83         rst     0x08
84         jp      __muluchar_rrx_s
85
86 __divuchar_rrf_s::
87         ld      a,#5
88         rst     0x08
89         jp      __divuchar_rrx_s
90
91 __moduchar_rrf_s::
92         ld      a,#5
93         rst     0x08
94         jp      __moduchar_rrx_s
95
96 __mulsuchar_rrf_s::
97         ld      a,#5
98         rst     0x08
99         jp      __mulsuchar_rrx_s
100
101 __divsuchar_rrf_s::
102         ld      a,#5
103         rst     0x08
104         jp      __divsuchar_rrx_s
105
106 __modsuchar_rrf_s::
107         ld      a,#5
108         rst     0x08
109         jp      __modsuchar_rrx_s
110
111 __muluschar_rrf_s::
112         ld      a,#5
113         rst     0x08
114         jp      __muluschar_rrx_s
115
116 __divuschar_rrf_s::
117         ld      a,#5
118         rst     0x08
119         jp      __divuschar_rrx_s
120
121 __moduschar_rrf_s::
122         ld      a,#5
123         rst     0x08
124         jp      __moduschar_rrx_s
125
126 __modsint_rrf_s::
127         ld      a,#5
128         rst     0x08
129         jp      __modsint_rrx_s
130
131 __moduint_rrf_s::
132         ld      a,#5
133         rst     0x08
134         jp      __moduint_rrx_s
135
136 __rrulong_rrf_s::
137         ld      a,#5
138         rst     0x08
139         jp      __rrulong_rrx_s
140
141 __rrslong_rrf_s::
142         ld      a,#5
143         rst     0x08
144         jp      __rrslong_rrx_s
145
146 __rlulong_rrf_s::
147         ld      a,#5
148         rst     0x08
149         jp      __rlulong_rrx_s
150
151 __rlslong_rrf_s::
152         ld      a,#5
153         rst     0x08
154         jp      __rlslong_rrx_s