Lines Matching refs:startLine
97 SW.startLine() << format("0x%02X ; vsp = vsp + %u\n", Opcode, in Decode_00xxxxxx()
102 SW.startLine() << format("0x%02X ; vsp = vsp - %u\n", Opcode, in Decode_01xxxxxx()
111 SW.startLine() in Decode_1000iiii_iiiiiiii()
120 SW.startLine() << format("0x%02X ; reserved (ARM MOVrr)\n", Opcode); in Decode_10011101()
124 SW.startLine() << format("0x%02X ; reserved (WiMMX MOVrr)\n", Opcode); in Decode_10011111()
128 SW.startLine() << format("0x%02X ; vsp = r%u\n", Opcode, (Opcode & 0x0f)); in Decode_1001nnnn()
132 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10100nnn()
138 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10101nnn()
144 SW.startLine() << format("0x%02X ; finish\n", Opcode); in Decode_10110000()
151 SW.startLine() in Decode_10110001_0000iiii()
161 SW.startLine() << format("0x%02X ", Opcode); in Decode_10110010_uleb128()
179 SW.startLine() << format("0x%02X 0x%02X ; pop ", Opcode0, Opcode1); in Decode_10110011_sssscccc()
187 SW.startLine() << format("0x%02X ; spare\n", Opcode); in Decode_101101nn()
191 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10111nnn()
199 SW.startLine() << format("0x%02X 0x%02X ; pop ", Opcode0, Opcode1); in Decode_11000110_sssscccc()
209 SW.startLine() in Decode_11000111_0000iiii()
220 SW.startLine() << format("0x%02X 0x%02X ; pop ", Opcode0, Opcode1); in Decode_11001000_sssscccc()
230 SW.startLine() << format("0x%02X 0x%02X ; pop ", Opcode0, Opcode1); in Decode_11001001_sssscccc()
238 SW.startLine() << format("0x%02X ; spare\n", Opcode); in Decode_11001yyy()
242 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_11000nnn()
248 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_11010nnn()
254 SW.startLine() << format("0x%02X ; spare\n", Opcode); in Decode_11xxxyyy()
302 SW.startLine() << format("0x%02X ; reserved\n", Opcodes[OCI++ ^ 3]); in Decode()