Lines Matching refs:format

103     OS << format("+0x%" PRIX64 " (0x%" PRIX64 ")", Offset, Address);  in formatSymbol()
105 OS << format("(0x%" PRIX64 ")", Address); in formatSymbol()
107 OS << format("0x%" PRIX64, Address); in formatSymbol()
331 SW.startLine() << format("0x%02x ; %s sp, #(%u * 4)\n", in opcode_0xxxxxxx()
348 SW.startLine() << format("0x%02x 0x%02x ; %s.w ", in opcode_10Lxxxxx()
361 SW.startLine() << format("0x%02x ; mov r%u, sp\n", in opcode_1100xxxx()
364 SW.startLine() << format("0x%02x ; mov sp, r%u\n", in opcode_1100xxxx()
378 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11010Lxx()
395 SW.startLine() << format("0x%02x ; %s.w ", OC[Offset], in opcode_11011Lxx()
409 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11100xxx()
422 SW.startLine() << format("0x%02x 0x%02x ; %s.w sp, #(%u * 4)\n", in opcode_111010xx()
436 SW.startLine() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0], in opcode_1110110L()
450 SW.startLine() << format("0x%02x 0x%02x ; reserved\n", in opcode_11101110()
454 << format("0x%02x 0x%02x ; microsoft-specific (type: %u)\n", in opcode_11101110()
464 SW.startLine() << format("0x%02x 0x%02x ; reserved\n", in opcode_11101111()
468 << format("0x%02x 0x%02x ; str.w lr, [sp, #-%u]!\n", in opcode_11101111()
472 << format("0x%02x 0x%02x ; ldr.w lr, [sp], #%u\n", in opcode_11101111()
485 SW.startLine() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0], in opcode_11110101()
500 SW.startLine() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0], in opcode_11110110()
513 SW.startLine() << format("0x%02x 0x%02x 0x%02x ; %s sp, sp, #(%u * 4)\n", in opcode_11110111()
529 << format("0x%02x 0x%02x 0x%02x 0x%02x ; %s sp, sp, #(%u * 4)\n", in opcode_11111000()
542 << format("0x%02x 0x%02x 0x%02x ; %s.w sp, sp, #(%u * 4)\n", in opcode_11111001()
557 << format("0x%02x 0x%02x 0x%02x 0x%02x ; %s.w sp, sp, #(%u * 4)\n", in opcode_11111010()
567 SW.startLine() << format("0x%02x ; nop\n", OC[Offset]); in opcode_11111011()
574 SW.startLine() << format("0x%02x ; nop.w\n", OC[Offset]); in opcode_11111100()
581 SW.startLine() << format("0x%02x ; bx <reg>\n", OC[Offset]); in opcode_11111101()
588 SW.startLine() << format("0x%02x ; b.w <target>\n", OC[Offset]); in opcode_11111110()
603 SW.startLine() << format("0x%02x ; %s sp, #%u\n", OC[Offset], in opcode_alloc_s()
614 SW.startLine() << format( in opcode_save_r19r20_x()
617 SW.startLine() << format( in opcode_save_r19r20_x()
626 SW.startLine() << format( in opcode_save_fplr()
637 SW.startLine() << format( in opcode_save_fplr_x()
640 SW.startLine() << format( in opcode_save_fplr_x()
651 SW.startLine() << format("0x%02x%02x ; %s sp, #%u\n", in opcode_alloc_m()
666 SW.startLine() << format( in opcode_save_regp()
682 SW.startLine() << format( in opcode_save_regp_x()
687 SW.startLine() << format( in opcode_save_regp_x()
702 SW.startLine() << format("0x%02x%02x ; %s x%u, [sp, #%u]\n", in opcode_save_reg()
718 SW.startLine() << format("0x%02x%02x ; str x%u, [sp, #-%u]!\n", in opcode_save_reg_x()
721 SW.startLine() << format("0x%02x%02x ; ldr x%u, [sp], #%u\n", in opcode_save_reg_x()
735 SW.startLine() << format("0x%02x%02x ; %s x%u, lr, [sp, #%u]\n", in opcode_save_lrpair()
750 SW.startLine() << format("0x%02x%02x ; %s d%u, d%u, [sp, #%u]\n", in opcode_save_fregp()
766 SW.startLine() << format( in opcode_save_fregp_x()
770 SW.startLine() << format( in opcode_save_fregp_x()
784 SW.startLine() << format("0x%02x%02x ; %s d%u, [sp, #%u]\n", in opcode_save_freg()
797 SW.startLine() << format( in opcode_save_freg_x()
801 SW.startLine() << format( in opcode_save_freg_x()
813 SW.startLine() << format( in opcode_alloc_l()
823 SW.startLine() << format("0x%02x ; mov %s, %s\n", OC[Offset], in opcode_setfp()
833 SW.startLine() << format( in opcode_addfp()
844 SW.startLine() << format("0x%02x ; nop\n", OC[Offset]); in opcode_nop()
851 SW.startLine() << format("0x%02x ; end\n", OC[Offset]); in opcode_end()
858 SW.startLine() << format("0x%02x ; end_c\n", OC[Offset]); in opcode_end_c()
866 SW.startLine() << format("0x%02x ; save next\n", OC[Offset]); in opcode_save_next()
868 SW.startLine() << format("0x%02x ; restore next\n", in opcode_save_next()
897 SW.startLine() << format("0x%02x%02x%02x ; ", OC[Offset], in opcode_save_any_reg()
934 SW.getOStream() << format("%c%d, %c%d, ", RegChar, Reg, RegChar, Reg + 1); in opcode_save_any_reg()
936 SW.getOStream() << format("%c%d, ", RegChar, Reg); in opcode_save_any_reg()
940 SW.getOStream() << format("[sp, #-%d]!\n", StackOffset); in opcode_save_any_reg()
942 SW.getOStream() << format("[sp], #%d\n", StackOffset); in opcode_save_any_reg()
944 SW.getOStream() << format("[sp, #%d]\n", StackOffset); in opcode_save_any_reg()
953 SW.startLine() << format("0x%02x ; trap frame\n", OC[Offset]); in opcode_trap_frame()
960 SW.startLine() << format("0x%02x ; machine frame\n", in opcode_machine_frame()
968 SW.startLine() << format("0x%02x ; context\n", OC[Offset]); in opcode_context()
975 SW.startLine() << format("0x%02x ; EC context\n", OC[Offset]); in opcode_ec_context()
982 SW.startLine() << format("0x%02x ; clear unwound to call\n", in opcode_clear_unwound_to_call()
991 SW.startLine() << format("0x%02x ; pacibsp\n", OC[Offset]); in opcode_pac_sign_lr()
993 SW.startLine() << format("0x%02x ; autibsp\n", OC[Offset]); in opcode_pac_sign_lr()
1007 SW.startLine() << format("0x%02x ; Bad opcode!\n", in decodeOpcodes()
1015 SW.startLine() << format("Opcode 0x%02x goes past the unwind data\n", in decodeOpcodes()
1358 SW.startLine() << format("stp x29, lr, [sp, #-%d]!\n", LocSZ); in dumpPackedARM64Entry()
1364 SW.startLine() << format("sub sp, sp, #%d\n", LocSZ - 4080); in dumpPackedARM64Entry()
1367 SW.startLine() << format("sub sp, sp, #%d\n", LocSZ); in dumpPackedARM64Entry()
1370 SW.startLine() << format("stp x6, x7, [sp, #%d]\n", SavSZ - 16); in dumpPackedARM64Entry()
1371 SW.startLine() << format("stp x4, x5, [sp, #%d]\n", SavSZ - 32); in dumpPackedARM64Entry()
1372 SW.startLine() << format("stp x2, x3, [sp, #%d]\n", SavSZ - 48); in dumpPackedARM64Entry()
1374 SW.startLine() << format("stp x0, x1, [sp, #%d]\n", SavSZ - 64); in dumpPackedARM64Entry()
1379 SW.startLine() << format("stp x0, x1, [sp, #-%d]!\n", SavSZ); in dumpPackedARM64Entry()
1386 SW.startLine() << format("str d%d, [sp, #%d]\n", 8 + 2 * I, in dumpPackedARM64Entry()
1389 SW.startLine() << format("stp d%d, d%d, [sp, #-%d]!\n", 8 + 2 * I, in dumpPackedARM64Entry()
1392 SW.startLine() << format("stp d%d, d%d, [sp, #%d]\n", 8 + 2 * I, in dumpPackedARM64Entry()
1398 SW.startLine() << format("str lr, [sp, #-%d]!\n", SavSZ); in dumpPackedARM64Entry()
1400 SW.startLine() << format("str lr, [sp, #%d]\n", IntSZ - 8); in dumpPackedARM64Entry()
1412 SW.startLine() << format("stp x%d, lr, [sp, #%d]\n", 19 + 2 * I, in dumpPackedARM64Entry()
1416 SW.startLine() << format("str x%d, [sp, #-%d]!\n", 19 + 2 * I, SavSZ); in dumpPackedARM64Entry()
1418 SW.startLine() << format("str x%d, [sp, #%d]\n", 19 + 2 * I, 16 * I); in dumpPackedARM64Entry()
1422 SW.startLine() << format("stp x19, x20, [sp, #-%d]!\n", SavSZ); in dumpPackedARM64Entry()
1424 SW.startLine() << format("stp x%d, x%d, [sp, #%d]\n", 19 + 2 * I, in dumpPackedARM64Entry()