Lines Matching full:n
59 out.str += ".language ECMAScript\n";
60 out.str += "\n";
72 this.output += ") {\n";
86 … this.output += node.getMnemonic() + " v" + (<VReg>node.operands[0]).num + ", a" + paramIdx + "\n";
119 .replace(/\n/g, "\\n").replace(/\"/g, "\\\"")
126 throw Error("invalid register, please check your insn!\n");
143 this.output += "\n";
148 this.output += "}\n";
157 this.output += "\n";
165 + "\n"
183 this.output += labelName + ":\n";