annotate test/code-gen-all.c @ 898:c073495301ae

ia32 apple Mavericks stype global table
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 08 Apr 2014 09:17:43 +0900
parents 5313ed059cee
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
520
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
1 #include "code-gen.c"
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
2 int main() {
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
3 #define FLOAT_CODE 1
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
4 #define LONGLONG_CODE 1
710
4348f61a5e54 *** empty log message ***
kono
parents: 550
diff changeset
5 #define LONG_DOUBLE_CODE 0
550
df60b120675d *** empty log message ***
kono
parents: 520
diff changeset
6 #ifdef INLINE
df60b120675d *** empty log message ***
kono
parents: 520
diff changeset
7 #else
df60b120675d *** empty log message ***
kono
parents: 520
diff changeset
8 #define INLINE
df60b120675d *** empty log message ***
kono
parents: 520
diff changeset
9 #endif
898
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
10 code_endian();
710
4348f61a5e54 *** empty log message ***
kono
parents: 550
diff changeset
11 #if 1
4348f61a5e54 *** empty log message ***
kono
parents: 550
diff changeset
12 #else
4348f61a5e54 *** empty log message ***
kono
parents: 550
diff changeset
13 #endif
898
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
14 code_lvar();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
15 code_lvar_address();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
16 code_label();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
17 code_label1();
520
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
18 #if FLOAT_CODE
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
19 #endif
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
20 #if LONGLONG_CODE
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
21 #endif
898
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
22 code_gvar();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
23 code_register();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
24 code_fname();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
25 code_neg();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
26 code_not();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
27 code_lnot();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
28 code_preinc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
29 code_upostinc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
30 code_postinc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
31 code_upreinc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
32 code_register_preinc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
33 code_register_upostinc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
34 code_register_postinc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
35 code_register_upreinc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
36 code_return_int();
520
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
37 #if FLOAT_CODE
898
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
38 code_return_float();
710
4348f61a5e54 *** empty log message ***
kono
parents: 550
diff changeset
39 #if LONG_DOUBLE_CODE
4348f61a5e54 *** empty log message ***
kono
parents: 550
diff changeset
40 #endif
898
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
41 code_return_double();
710
4348f61a5e54 *** empty log message ***
kono
parents: 550
diff changeset
42 #if LONG_DOUBLE_CODE
4348f61a5e54 *** empty log message ***
kono
parents: 550
diff changeset
43 #endif
520
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
44 #endif
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
45 #if LONGLONG_CODE
898
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
46 code_return_longlong();
520
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
47 #endif
898
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
48 code_return_struct1();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
49 code_return_struct();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
50 code_gt();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
51 code_ugt();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
52 code_ge();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
53 code_uge();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
54 code_eq();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
55 code_bool();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
56 code_bool_const();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
57 code_cmp();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
58 code_cmp_global();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
59 code_cmp_register();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
60 code_string();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
61 struct_push();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
62 code_rindirect();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
63 code_crindirect();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
64 code_srindirect();
520
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
65 #if FLOAT_CODE
898
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
66 code_drindirect();
710
4348f61a5e54 *** empty log message ***
kono
parents: 550
diff changeset
67 #if LONG_DOUBLE_CODE
4348f61a5e54 *** empty log message ***
kono
parents: 550
diff changeset
68 #endif
4348f61a5e54 *** empty log message ***
kono
parents: 550
diff changeset
69 #if LONG_DOUBLE_CODE
4348f61a5e54 *** empty log message ***
kono
parents: 550
diff changeset
70 #endif
520
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
71 #endif
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
72 #if LONGLONG_CODE
898
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
73 code_lrindirect();
520
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
74 #endif
898
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
75 code_assign();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
76 code_assign_register();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
77 code_register_assop();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
78 code_iassop_l();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
79 code_iassop_g();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
80 code_iassop_g_c();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
81 code_assop();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
82 code_register_assop_const();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
83 code_assop_const();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
84 tosop();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
85 oprtc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
86 register_tosop();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
87 register_oprtc();
520
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
88 #if FLOAT_CODE
898
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
89 code_cmp_dregister();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
90 code_dregister();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
91 code_dassign();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
92 code_register_dassign();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
93 code_dneg();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
94 code_d2i();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
95 code_i2d();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
96 code_d2u();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
97 code_u2d();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
98 code_f2i();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
99 code_i2f();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
100 code_f2u();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
101 code_u2f();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
102 code_dgvar();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
103 code_dlvar();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
104 code_cmp_d_global();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
105 code_cmp_d();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
106 dtosop();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
107 dtosop_register();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
108 code_dassop();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
109 code_register_dassop();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
110 code_dpreinc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
111 code_dpostinc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
112 code_register_dpreinc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
113 code_register_dpostinc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
114 code_dgt();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
115 code_fgt();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
116 code_dge();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
117 code_fge();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
118 code_deq();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
119 code_dbool();
520
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
120 #endif
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
121 #if LONGLONG_CODE
898
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
122 code_lbool();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
123 code_lregister();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
124 code_cmp_lregister();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
125 code_cmp_lrgvar();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
126 code_cmp_lrlvar();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
127 code_lassign();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
128 code_lassign_register();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
129 code_lneg();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
130 code_lrgvar();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
131 code_lrlvar();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
132 ltosop();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
133 loprtc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
134 ltosop_register();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
135 loprtc_register();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
136 code_i2ll();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
137 code_i2ull();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
138 code_u2ll();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
139 code_u2ull();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
140 code_ll2i();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
141 code_ll2u();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
142 code_ull2i();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
143 code_ull2u();
520
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
144 #if FLOAT_CODE
898
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
145 code_d2ll();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
146 code_d2ull();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
147 code_f2ll();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
148 code_f2ull();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
149 code_ll2d();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
150 code_ll2f();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
151 code_ull2d();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
152 code_ull2f();
520
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
153 #endif
898
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
154 code_lpreinc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
155 code_lpostinc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
156 code_lupreinc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
157 code_lupostinc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
158 code_register_lpreinc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
159 code_register_lpostinc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
160 code_register_lupreinc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
161 code_register_lupostinc();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
162 code_register_lassop();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
163 code_lassop();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
164 code_register_lassop_const();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
165 code_lassop_const();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
166 code_lassop_l();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
167 code_lassop_g();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
168 code_lassop_g_c();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
169 code_lgt();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
170 code_lugt();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
171 code_lge();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
172 code_luge();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
173 code_leq();
520
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
174 #if 0
898
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
175 code_lswitch();
520
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
176 #endif
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
177 #endif
898
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
178 code_switch();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
179 code_cond_iii();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
180 code_cond_ii0();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
181 code_cond_uuu();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
182 code_cond_uii();
520
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
183 #if FLOAT_CODE
898
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
184 code_cond_fff();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
185 code_cond_ddd();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
186 code_cond_float();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
187 code_d2f();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
188 code_f2d();
520
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
189 #endif
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
190 #if LONGLONG_CODE
898
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
191 code_cond_lll();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
192 code_cond_ulll();
c073495301ae ia32 apple Mavericks stype global table
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 880
diff changeset
193 code_cond_luu();
520
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
194 #endif
c562d1681275 *** empty log message ***
kono
parents:
diff changeset
195 return 0; }