Lines Matching refs:write
273 asm_fp.write(" .balign %d\n" % handler_size_bytes)
286 asm_fp.write("\n .global %s\n" % start_label)
287 asm_fp.write("%s = " % start_label + label_prefix + "_op_nop\n")
288 asm_fp.write(" .text\n\n")
309 asm_fp.write(label_prefix + "_op_nop: /* dummy */\n");
312 asm_fp.write(" .global %s\n" % end_label)
313 asm_fp.write("%s:\n" % end_label)
319 asm_fp.write(" .global %s\n" % start_sister_label)
320 asm_fp.write(" .text\n")
321 asm_fp.write(" .balign 4\n")
322 asm_fp.write("%s:\n" % start_sister_label)
324 asm_fp.write(" .global %s\n" % end_sister_label)
325 asm_fp.write("%s:\n\n" % end_sister_label)
349 asm_fp.write("\n .global %s\n" % start_label)
350 asm_fp.write(" .text\n\n")
351 asm_fp.write("%s = " % start_label + label_prefix + "_ALT_op_nop\n")
362 asm_fp.write(" .global %s\n" % end_label)
363 asm_fp.write("%s:\n" % end_label)
388 asm_fp.write(line)
389 asm_fp.write("\n")
395 outfp.write("/* ------------------------------ */\n")
402 outfp.write(prefix + "_%(opcode)s: /* 0x%(opnum)02x */\n" % dict)
412 outfp.write(templ.substitute(dict))
430 outfp.write("/* File: %s */\n" % source)
483 # write output to appropriate file
487 outfp.write(subline)
488 outfp.write("\n")
498 fp.write("\n/*\n * %s\n * %s\n * %s\n */\n" %
556 asm_fp.write(file_header)