Lines Matching full:gen
32 local gen = generator:new({}, fh)
33 gen.storage_levels = {} -- make sure storage is clear
36 gen:pad64(config.abiChanges("pair_64bit"))
39 gen:preamble(
44 gen:write(string.format([[
53 gen:store(string.format([[
61 gen:store(string.format([[
71 gen:write(v.prolog);
72 gen:store(v.prolog, 1);
73 gen:store(v.prolog, 2);
77 gen:write(string.format([[
82 gen:store(string.format([[
87 gen:store(string.format([[
100 gen:write(string.format([[
105 gen:store([[
117 gen:store(
130 gen:store(string.format([[
141 gen:store([[
152 gen:write(string.format([[
158 gen:write(string.format([[
164 gen:write(string.format([[
173 gen:write([[
178 gen:write(string.format([[
187 gen:write("#endif\n")
192 gen:store([[
200 gen:store("#undef _P_\n\n", 1)
203 gen:store(string.format([[
210 gen:write(string.format("\t\t*n_args = %d;\n\t\tbreak;\n\t}\n",
212 gen:store("\t\tbreak;\n", 1)
219 gen:write(tbl.epilog)
220 gen:write([[
228 gen:store(tbl.epilog, 1)
229 gen:store([[
238 gen:store(tbl.epilog, 2)
239 gen:store([[
249 if gen.storage_levels ~= nil then
250 gen:writeStorage()