Lines Matching full:startline
97 SW.startLine() << format("0x%02X ; vsp = vsp + %u\n", Opcode,
102 SW.startLine() << format("0x%02X ; vsp = vsp - %u\n", Opcode,
111 SW.startLine()
120 SW.startLine() << format("0x%02X ; reserved (ARM MOVrr)\n", Opcode);
124 SW.startLine() << format("0x%02X ; reserved (WiMMX MOVrr)\n", Opcode);
128 SW.startLine() << format("0x%02X ; vsp = r%u\n", Opcode, (Opcode & 0x0f));
132 SW.startLine() << format("0x%02X ; pop ", Opcode);
138 SW.startLine() << format("0x%02X ; pop ", Opcode);
144 SW.startLine() << format("0x%02X ; finish\n", Opcode);
151 SW.startLine()
161 SW.startLine() << format("0x%02X ", Opcode);
179 SW.startLine() << format("0x%02X 0x%02X ; pop ", Opcode0, Opcode1);
187 SW.startLine() << format("0x%02X ; spare\n", Opcode);
191 SW.startLine() << format("0x%02X ; pop ", Opcode);
199 SW.startLine() << format("0x%02X 0x%02X ; pop ", Opcode0, Opcode1);
209 SW.startLine()
220 SW.startLine() << format("0x%02X 0x%02X ; pop ", Opcode0, Opcode1);
230 SW.startLine() << format("0x%02X 0x%02X ; pop ", Opcode0, Opcode1);
238 SW.startLine() << format("0x%02X ; spare\n", Opcode);
242 SW.startLine() << format("0x%02X ; pop ", Opcode);
248 SW.startLine() << format("0x%02X ; pop ", Opcode);
254 SW.startLine() << format("0x%02X ; spare\n", Opcode);
302 SW.startLine() << format("0x%02X ; reserved\n", Opcodes[OCI++ ^ 3]);