• Home
  • Raw
  • Download

Lines Matching refs:startLine

234   SW.startLine() << format("0x%02x                ; %s sp, #(%u * 4)\n",  in opcode_0xxxxxxx()
251 SW.startLine() << format("0x%02x 0x%02x ; %s.w ", in opcode_10Lxxxxx()
264 SW.startLine() << format("0x%02x ; mov r%u, sp\n", in opcode_1100xxxx()
267 SW.startLine() << format("0x%02x ; mov sp, r%u\n", in opcode_1100xxxx()
281 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11010Lxx()
298 SW.startLine() << format("0x%02x ; %s.w ", OC[Offset], in opcode_11011Lxx()
312 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11100xxx()
325 SW.startLine() << format("0x%02x 0x%02x ; %s.w sp, #(%u * 4)\n", in opcode_111010xx()
339 SW.startLine() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0], in opcode_1110110L()
353 SW.startLine() << format("0x%02x 0x%02x ; reserved\n", in opcode_11101110()
356 SW.startLine() in opcode_11101110()
369 SW.startLine() << format("0x%02x 0x%02x ; reserved\n", in opcode_11101111()
372 SW.startLine() in opcode_11101111()
386 SW.startLine() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0], in opcode_11110101()
401 SW.startLine() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0], in opcode_11110110()
414 SW.startLine() << format("0x%02x 0x%02x 0x%02x ; %s sp, sp, #(%u * 4)\n", in opcode_11110111()
429 SW.startLine() in opcode_11111000()
442 SW.startLine() in opcode_11111001()
457 SW.startLine() in opcode_11111010()
468 SW.startLine() << format("0x%02x ; nop\n", OC[Offset]); in opcode_11111011()
475 SW.startLine() << format("0x%02x ; nop.w\n", OC[Offset]); in opcode_11111100()
482 SW.startLine() << format("0x%02x ; b\n", OC[Offset]); in opcode_11111101()
489 SW.startLine() << format("0x%02x ; b.w\n", OC[Offset]); in opcode_11111110()
681 SW.startLine() << "ReturnType: " << RF.Ret() << '\n'; in dumpPackedEntry()
683 SW.startLine() << "SavedRegisters: "; in dumpPackedEntry()