Imported Upstream version 2.9.0
[debian/cc1111] / device / lib / gbz80 / 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  __divsint_rrx_s
11         .globl  __divuchar_rrx_s
12         .globl  __divuint_rrx_s
13         .globl  __mulschar_rrx_s
14         .globl  __muluchar_rrx_s
15         .globl  __mulint_rrx_s
16         .globl  __moduchar_rrx_s
17         .globl  __modschar_rrx_s
18         .globl  __moduint_rrx_s
19         .globl  __modsint_rrx_s
20         .globl  __rrulong_rrx_s
21         .globl  __rrslong_rrx_s
22         .globl  __rlulong_rrx_s
23         .globl  __rlslong_rrx_s
24
25 __mullong_rrx_s::
26 __mullong_rrf_s::
27         jp      __mullong
28
29 __modslong_rrx_s::
30 __modslong_rrf_s::
31         jp      __modslong
32
33 __modulong_rrx_s::
34 __modulong_rrf_s::
35         jp      __modulong
36
37 __divslong_rrx_s::
38 __divslong_rrf_s::
39         jp      __divslong
40
41 __divulong_rrx_s::
42 __divulong_rrf_s::
43         jp      __divulong
44
45 __mulint_rrf_s::
46         ld      a,#5
47         rst     0x08
48         jp      __mulint_rrx_s
49
50 __divsint_rrf_s::
51         ld      a,#5
52         rst     0x08
53         jp      __divsint_rrx_s
54
55 __divuint_rrf_s::
56         ld      a,#5
57         rst     0x08
58         jp      __divuint_rrx_s
59
60 __mulschar_rrf_s::
61         ld      a,#5
62         rst     0x08
63         jp      __mulschar_rrx_s
64
65 __divschar_rrf_s::
66         ld      a,#5
67         rst     0x08
68         jp      __divschar_rrx_s
69
70 __muluchar_rrf_s::
71         ld      a,#5
72         rst     0x08
73         jp      __muluchar_rrx_s
74
75 __divuchar_rrf_s::
76         ld      a,#5
77         rst     0x08
78         jp      __divuchar_rrx_s
79
80 __modschar_rrf_s::
81         ld      a,#5
82         rst     0x08
83         jp      __modschar_rrx_s
84
85 __moduchar_rrf_s::
86         ld      a,#5
87         rst     0x08
88         jp      __moduchar_rrx_s
89
90 __modsint_rrf_s::
91         ld      a,#5
92         rst     0x08
93         jp      __modsint_rrx_s
94
95 __moduint_rrf_s::
96         ld      a,#5
97         rst     0x08
98         jp      __moduint_rrx_s
99
100 __rrulong_rrf_s::
101         ld      a,#5
102         rst     0x08
103         jp      __rrulong_rrx_s
104
105 __rrslong_rrf_s::
106         ld      a,#5
107         rst     0x08
108         jp      __rrslong_rrx_s
109
110 __rlulong_rrf_s::
111         ld      a,#5
112         rst     0x08
113         jp      __rlulong_rrx_s
114
115 __rlslong_rrf_s::
116         ld      a,#5
117         rst     0x08
118         jp      __rlslong_rrx_s