HomeSort by: relevance | last modified time | path
    Searched defs:mypc (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/m32c/
trace.c 214 int mypc = get_reg (pc); local
258 (current_bfd, code_section, symtab, mypc - code_base, &filename,
292 if (sa > mypc)
294 else if (sa < mypc)
306 if (bestaddr != mypc)
307 printf ("+%d", mypc - bestaddr);
320 printf ("\033[33m%06x: ", mypc);
321 max = print_insn_m32c (mypc, &info);
323 printf ("%02x", mem_get_qi (mypc + i));
  /src/external/gpl3/gdb/dist/sim/rl78/
trace.c 208 int mypc = pc; local
253 (current_bfd, code_section, symtab, mypc - code_base,
271 int mypc = pc; local
321 if (sa > mypc)
323 else if (sa < mypc)
336 if (bestaddr != mypc)
337 printf ("+%d", mypc - bestaddr);
352 printf ("\033[33m %04u %06x: ", (int)(regs.cycle_count % 10000), mypc);
354 printf ("\033[33m %08llx %06x: ", total_clocks, mypc);
357 max = rl78_disasm_fn (mypc, & info)
    [all...]
  /src/external/gpl3/gdb/dist/sim/rx/
trace.c 212 int mypc = get_reg (pc); local
257 (current_bfd, code_section, symtab, mypc - code_base,
275 int mypc = get_reg (pc); local
313 if (sa > mypc)
315 else if (sa < mypc)
328 if (bestaddr != mypc)
329 printf ("+%d", mypc - bestaddr);
342 printf ("\033[33m %04u %06x: ", (int)(regs.cycle_count % 10000), mypc);
344 printf ("\033[33m %06x: ", mypc);
348 max = print_insn_rx (mypc, & info)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/m32c/
trace.c 214 int mypc = get_reg (pc); local
258 (current_bfd, code_section, symtab, mypc - code_base, &filename,
292 if (sa > mypc)
294 else if (sa < mypc)
306 if (bestaddr != mypc)
307 printf ("+%d", mypc - bestaddr);
320 printf ("\033[33m%06x: ", mypc);
321 max = print_insn_m32c (mypc, &info);
323 printf ("%02x", mem_get_qi (mypc + i));
  /src/external/gpl3/gdb.old/dist/sim/rl78/
trace.c 208 int mypc = pc; local
253 (current_bfd, code_section, symtab, mypc - code_base,
271 int mypc = pc; local
321 if (sa > mypc)
323 else if (sa < mypc)
336 if (bestaddr != mypc)
337 printf ("+%d", mypc - bestaddr);
352 printf ("\033[33m %04u %06x: ", (int)(regs.cycle_count % 10000), mypc);
354 printf ("\033[33m %08llx %06x: ", total_clocks, mypc);
357 max = rl78_disasm_fn (mypc, & info)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/rx/
trace.c 212 int mypc = get_reg (pc); local
257 (current_bfd, code_section, symtab, mypc - code_base,
275 int mypc = get_reg (pc); local
313 if (sa > mypc)
315 else if (sa < mypc)
328 if (bestaddr != mypc)
329 printf ("+%d", mypc - bestaddr);
342 printf ("\033[33m %04u %06x: ", (int)(regs.cycle_count % 10000), mypc);
344 printf ("\033[33m %06x: ", mypc);
348 max = print_insn_rx (mypc, & info)
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-rl78.c 896 addressT mypc;
903 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal);
954 if (sym_addr > mypc)
960 disp = (int) addr0 - (int) mypc;
1036 addressT addr0, mypc;
1051 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal);
1052 tprintf ("\033[32mmypc: 0x%x\033[0m\n", (int)mypc);
1063 tprintf ("unknown addr ? - %x = ?\n", (int)mypc);
1068 disp = (int) addr0 - (int) mypc;
1069 tprintf ("known addr %x - %x = %d\n", (int)addr0, (int)mypc, disp)
895 addressT mypc; local
1035 addressT addr0, mypc; local
    [all...]
tc-rx.c 1552 addressT mypc;
1566 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal);
1581 fragP->fr_subtype = (8-(mypc & 7)) & 7;
1585 tprintf ("\033[34m -> mypc %lu next_size %u new %d old %d delta %d (fetchalign)\033[0m\n",
1586 (unsigned long) (mypc & 7),
1642 if (sym_addr > mypc)
1649 (unsigned long) addr0, (unsigned long) mypc,
1650 (long) (addr0 - mypc));
1651 disp = (int) addr0 - (int) mypc;
1707 (unsigned long) addr0, (unsigned long) mypc,
1551 addressT mypc; local
1786 addressT addr0, mypc; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-rl78.c 896 addressT mypc;
903 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal);
954 if (sym_addr > mypc)
960 disp = (int) addr0 - (int) mypc;
1036 addressT addr0, mypc;
1051 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal);
1052 tprintf ("\033[32mmypc: 0x%x\033[0m\n", (int)mypc);
1063 tprintf ("unknown addr ? - %x = ?\n", (int)mypc);
1068 disp = (int) addr0 - (int) mypc;
1069 tprintf ("known addr %x - %x = %d\n", (int)addr0, (int)mypc, disp)
895 addressT mypc; local
1035 addressT addr0, mypc; local
    [all...]
tc-rx.c 1552 addressT mypc;
1566 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal);
1581 fragP->fr_subtype = (8-(mypc & 7)) & 7;
1585 tprintf ("\033[34m -> mypc %lu next_size %u new %d old %d delta %d (fetchalign)\033[0m\n",
1586 (unsigned long) (mypc & 7),
1642 if (sym_addr > mypc)
1649 (unsigned long) addr0, (unsigned long) mypc,
1650 (long) (addr0 - mypc));
1651 disp = (int) addr0 - (int) mypc;
1707 (unsigned long) addr0, (unsigned long) mypc,
1551 addressT mypc; local
1786 addressT addr0, mypc; local
    [all...]

Completed in 33 milliseconds