Lines Matching full:outfp
400 def emitAsmHeader(outfp, dict, prefix):
401 outfp.write("/* ------------------------------ */\n")
408 outfp.write(prefix + "_%(opcode)s: /* 0x%(opnum)02x */\n" % dict)
414 def emitAsmStub(outfp, dict):
415 emitAsmHeader(outfp, dict, label_prefix)
418 outfp.write(templ.substitute(dict))
421 # Append the file specified by "source" to the open "outfp". Each line will
435 def appendSourceFile(source, dict, outfp, sister_list):
436 outfp.write("/* File: %s */\n" % source)
455 appendSourceFile(alt_source, new_dict, outfp, sister_list)
493 outfp.write(subline)
494 outfp.write("\n")