Home | History | Annotate | Download | only in mips

Lines Matching refs:contents

11 	    set contents ""
12 append contents "\t.macro hilo\n"
13 append contents "\tmf$reg\t\$4\n"
14 append contents "\t.rept\t$nops\n"
15 append contents "\tnop\n"
16 append contents "\t.endr\n"
17 append contents "\t$insn\n"
18 append contents "\t.endm"
20 verbose -log "HILO test:\n$contents"
22 puts $file $contents
71 set contents ""
72 append contents ".macro removed_instr\n"
73 append contents ".word $insn\n"
74 append contents "nop\n"
75 append contents ".endm"
77 verbose -log "r6-removed test: $mnemonic\n$contents"
79 puts $file $contents