Lines Matching refs:puts
245 puts (")"); in genmacro()
265 puts (")"); in gendef()
269 puts ("{"); in gendef()
270 puts (" rtx rt;"); in gendef()
271 puts (" rt = rtx_alloc (code);\n"); in gendef()
273 puts (" PUT_MODE (rt, mode);"); in gendef()
281 puts ("\n return rt;\n}\n"); in gendef()
289 puts ("/* Generated automatically by gengenrtl from rtl.def. */\n"); in genlegend()
300 puts ("#ifndef GCC_GENRTL_H"); in genheader()
301 puts ("#define GCC_GENRTL_H\n"); in genheader()
312 puts ("\n#endif /* GCC_GENRTL_H */"); in genheader()
322 puts ("#include \"config.h\""); in gencode()
323 puts ("#include \"system.h\""); in gencode()
324 puts ("#include \"coretypes.h\""); in gencode()
325 puts ("#include \"tm.h\""); in gencode()
326 puts ("#include \"obstack.h\""); in gencode()
327 puts ("#include \"rtl.h\""); in gencode()
328 puts ("#include \"ggc.h\"\n"); in gencode()