Lines Matching refs:outfp
400 def emitAsmHeader(outfp, dict, prefix): argument
401 outfp.write("/* ------------------------------ */\n")
408 outfp.write(prefix + "_%(opcode)s: /* 0x%(opnum)02x */\n" % dict)
414 def emitAsmStub(outfp, dict): argument
415 emitAsmHeader(outfp, dict, label_prefix)
418 outfp.write(templ.substitute(dict))
435 def appendSourceFile(source, dict, outfp, sister_list): argument
436 outfp.write("/* File: %s */\n" % source)
455 appendSourceFile(alt_source, new_dict, outfp, sister_list)
493 outfp.write(subline)
494 outfp.write("\n")