Home
last modified time | relevance | path

Searched refs:mypc (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/avr-gdb/gdb-7.3.1/sim/rx/
H A Dtrace.c197 int mypc = get_reg (pc); in sim_get_current_source_location() local
242 (current_bfd, code_section, symtab, mypc - code_base, in sim_get_current_source_location()
260 int mypc = get_reg (pc); in sim_disasm_one() local
298 if (sa > mypc) in sim_disasm_one()
300 else if (sa < mypc) in sim_disasm_one()
313 if (bestaddr != mypc) in sim_disasm_one()
314 printf ("+%d", mypc - bestaddr); in sim_disasm_one()
329 printf ("\033[33m %06x: ", mypc); in sim_disasm_one()
333 max = print_insn_rx (mypc, & info); in sim_disasm_one()
338 printf ("%02x", mem_get_qi ((mypc + i) ^ 3)); in sim_disasm_one()
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/rx/
H A Dtrace.c196 int mypc = get_reg (pc); in sim_get_current_source_location() local
241 (current_bfd, code_section, symtab, mypc - code_base, in sim_get_current_source_location()
259 int mypc = get_reg (pc); in sim_disasm_one() local
297 if (sa > mypc) in sim_disasm_one()
299 else if (sa < mypc) in sim_disasm_one()
312 if (bestaddr != mypc) in sim_disasm_one()
313 printf ("+%d", mypc - bestaddr); in sim_disasm_one()
328 printf ("\033[33m %06x: ", mypc); in sim_disasm_one()
332 max = print_insn_rx (mypc, & info); in sim_disasm_one()
337 printf ("%02x", mem_get_qi ((mypc + i) ^ 3)); in sim_disasm_one()
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/rl78/
H A Dtrace.c189 int mypc = pc; in sim_get_current_source_location() local
234 (current_bfd, code_section, symtab, mypc - code_base, in sim_get_current_source_location()
252 int mypc = pc; in sim_disasm_one() local
290 if (sa > mypc) in sim_disasm_one()
292 else if (sa < mypc) in sim_disasm_one()
305 if (bestaddr != mypc) in sim_disasm_one()
306 printf ("+%d", mypc - bestaddr); in sim_disasm_one()
321 printf ("\033[33m %04u %06x: ", (int)(regs.cycle_count % 10000), mypc); in sim_disasm_one()
323 printf ("\033[33m %08llx %06x: ", total_clocks, mypc); in sim_disasm_one()
326 max = print_insn_rl78 (mypc, & info); in sim_disasm_one()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/m32c/
H A Dtrace.c198 int mypc = get_reg (pc); in sim_disasm_one() local
242 (current_bfd, code_section, symtab, mypc - code_base, &filename, in sim_disasm_one()
276 if (sa > mypc) in sim_disasm_one()
278 else if (sa < mypc) in sim_disasm_one()
290 if (bestaddr != mypc) in sim_disasm_one()
291 printf ("+%d", mypc - bestaddr); in sim_disasm_one()
304 printf ("\033[33m%06x: ", mypc); in sim_disasm_one()
305 max = print_insn_m32c (mypc, &info); in sim_disasm_one()
307 printf ("%02x", mem_get_qi (mypc + i)); in sim_disasm_one()
/dports/devel/gdb761/gdb-7.6.1/sim/m32c/
H A Dtrace.c197 int mypc = get_reg (pc); in sim_disasm_one() local
241 (current_bfd, code_section, symtab, mypc - code_base, &filename, in sim_disasm_one()
275 if (sa > mypc) in sim_disasm_one()
277 else if (sa < mypc) in sim_disasm_one()
289 if (bestaddr != mypc) in sim_disasm_one()
290 printf ("+%d", mypc - bestaddr); in sim_disasm_one()
303 printf ("\033[33m%06x: ", mypc); in sim_disasm_one()
304 max = print_insn_m32c (mypc, &info); in sim_disasm_one()
306 printf ("%02x", mem_get_qi (mypc + i)); in sim_disasm_one()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/util/tests/
H A Dtest_partitioned_counter.cc380 PARTITIONED_COUNTER mypc = (PARTITIONED_COUNTER)mypc_v; in test2_fun() local
381 increment_partitioned_counter(mypc, 3); in test2_fun()
395 PARTITIONED_COUNTER mypc = create_partitioned_counter(); in do_testit2() local
396 …increment_partitioned_counter(mypc, 1); // make sure that the long-lived thread also increments th… in do_testit2()
397 pt_create(&t, test2_fun, mypc); in do_testit2()
399 increment_partitioned_counter(mypc, -1); in do_testit2()
400 assert(read_partitioned_counter(mypc)==3); in do_testit2()
401 destroy_partitioned_counter(mypc); in do_testit2()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/util/tests/
H A Dtest_partitioned_counter.cc380 PARTITIONED_COUNTER mypc = (PARTITIONED_COUNTER)mypc_v; in test2_fun() local
381 increment_partitioned_counter(mypc, 3); in test2_fun()
395 PARTITIONED_COUNTER mypc = create_partitioned_counter(); in do_testit2() local
396 …increment_partitioned_counter(mypc, 1); // make sure that the long-lived thread also increments th… in do_testit2()
397 pt_create(&t, test2_fun, mypc); in do_testit2()
399 increment_partitioned_counter(mypc, -1); in do_testit2()
400 assert(read_partitioned_counter(mypc)==3); in do_testit2()
401 destroy_partitioned_counter(mypc); in do_testit2()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/util/tests/
H A Dtest_partitioned_counter.cc380 PARTITIONED_COUNTER mypc = (PARTITIONED_COUNTER)mypc_v; in test2_fun() local
381 increment_partitioned_counter(mypc, 3); in test2_fun()
395 PARTITIONED_COUNTER mypc = create_partitioned_counter(); in do_testit2() local
396 …increment_partitioned_counter(mypc, 1); // make sure that the long-lived thread also increments th… in do_testit2()
397 pt_create(&t, test2_fun, mypc); in do_testit2()
399 increment_partitioned_counter(mypc, -1); in do_testit2()
400 assert(read_partitioned_counter(mypc)==3); in do_testit2()
401 destroy_partitioned_counter(mypc); in do_testit2()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/util/tests/
H A Dtest_partitioned_counter.cc380 PARTITIONED_COUNTER mypc = (PARTITIONED_COUNTER)mypc_v; in test2_fun() local
381 increment_partitioned_counter(mypc, 3); in test2_fun()
395 PARTITIONED_COUNTER mypc = create_partitioned_counter(); in do_testit2() local
396 …increment_partitioned_counter(mypc, 1); // make sure that the long-lived thread also increments th… in do_testit2()
397 pt_create(&t, test2_fun, mypc); in do_testit2()
399 increment_partitioned_counter(mypc, -1); in do_testit2()
400 assert(read_partitioned_counter(mypc)==3); in do_testit2()
401 destroy_partitioned_counter(mypc); in do_testit2()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/util/tests/
H A Dtest_partitioned_counter.cc380 PARTITIONED_COUNTER mypc = (PARTITIONED_COUNTER)mypc_v; in test2_fun() local
381 increment_partitioned_counter(mypc, 3); in test2_fun()
395 PARTITIONED_COUNTER mypc = create_partitioned_counter(); in do_testit2() local
396 …increment_partitioned_counter(mypc, 1); // make sure that the long-lived thread also increments th… in do_testit2()
397 pt_create(&t, test2_fun, mypc); in do_testit2()
399 increment_partitioned_counter(mypc, -1); in do_testit2()
400 assert(read_partitioned_counter(mypc)==3); in do_testit2()
401 destroy_partitioned_counter(mypc); in do_testit2()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/util/tests/
H A Dtest_partitioned_counter.cc380 PARTITIONED_COUNTER mypc = (PARTITIONED_COUNTER)mypc_v; in test2_fun() local
381 increment_partitioned_counter(mypc, 3); in test2_fun()
395 PARTITIONED_COUNTER mypc = create_partitioned_counter(); in do_testit2() local
396 …increment_partitioned_counter(mypc, 1); // make sure that the long-lived thread also increments th… in do_testit2()
397 pt_create(&t, test2_fun, mypc); in do_testit2()
399 increment_partitioned_counter(mypc, -1); in do_testit2()
400 assert(read_partitioned_counter(mypc)==3); in do_testit2()
401 destroy_partitioned_counter(mypc); in do_testit2()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/util/tests/
H A Dtest_partitioned_counter.cc380 PARTITIONED_COUNTER mypc = (PARTITIONED_COUNTER)mypc_v; in test2_fun() local
381 increment_partitioned_counter(mypc, 3); in test2_fun()
395 PARTITIONED_COUNTER mypc = create_partitioned_counter(); in do_testit2() local
396 …increment_partitioned_counter(mypc, 1); // make sure that the long-lived thread also increments th… in do_testit2()
397 pt_create(&t, test2_fun, mypc); in do_testit2()
399 increment_partitioned_counter(mypc, -1); in do_testit2()
400 assert(read_partitioned_counter(mypc)==3); in do_testit2()
401 destroy_partitioned_counter(mypc); in do_testit2()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/util/tests/
H A Dtest_partitioned_counter.cc380 PARTITIONED_COUNTER mypc = (PARTITIONED_COUNTER)mypc_v; in test2_fun() local
381 increment_partitioned_counter(mypc, 3); in test2_fun()
395 PARTITIONED_COUNTER mypc = create_partitioned_counter(); in do_testit2() local
396 …increment_partitioned_counter(mypc, 1); // make sure that the long-lived thread also increments th… in do_testit2()
397 pt_create(&t, test2_fun, mypc); in do_testit2()
399 increment_partitioned_counter(mypc, -1); in do_testit2()
400 assert(read_partitioned_counter(mypc)==3); in do_testit2()
401 destroy_partitioned_counter(mypc); in do_testit2()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/util/tests/
H A Dtest_partitioned_counter.cc380 PARTITIONED_COUNTER mypc = (PARTITIONED_COUNTER)mypc_v; in test2_fun() local
381 increment_partitioned_counter(mypc, 3); in test2_fun()
395 PARTITIONED_COUNTER mypc = create_partitioned_counter(); in do_testit2() local
396 …increment_partitioned_counter(mypc, 1); // make sure that the long-lived thread also increments th… in do_testit2()
397 pt_create(&t, test2_fun, mypc); in do_testit2()
399 increment_partitioned_counter(mypc, -1); in do_testit2()
400 assert(read_partitioned_counter(mypc)==3); in do_testit2()
401 destroy_partitioned_counter(mypc); in do_testit2()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/util/tests/
H A Dtest_partitioned_counter.cc380 PARTITIONED_COUNTER mypc = (PARTITIONED_COUNTER)mypc_v; in test2_fun() local
381 increment_partitioned_counter(mypc, 3); in test2_fun()
395 PARTITIONED_COUNTER mypc = create_partitioned_counter(); in do_testit2() local
396 …increment_partitioned_counter(mypc, 1); // make sure that the long-lived thread also increments th… in do_testit2()
397 pt_create(&t, test2_fun, mypc); in do_testit2()
399 increment_partitioned_counter(mypc, -1); in do_testit2()
400 assert(read_partitioned_counter(mypc)==3); in do_testit2()
401 destroy_partitioned_counter(mypc); in do_testit2()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/util/tests/
H A Dtest_partitioned_counter.cc380 PARTITIONED_COUNTER mypc = (PARTITIONED_COUNTER)mypc_v;
381 increment_partitioned_counter(mypc, 3);
395 PARTITIONED_COUNTER mypc = create_partitioned_counter();
396 …increment_partitioned_counter(mypc, 1); // make sure that the long-lived thread also increments th…
397 pt_create(&t, test2_fun, mypc);
399 increment_partitioned_counter(mypc, -1);
400 assert(read_partitioned_counter(mypc)==3);
401 destroy_partitioned_counter(mypc);
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/util/tests/
H A Dtest_partitioned_counter.cc380 PARTITIONED_COUNTER mypc = (PARTITIONED_COUNTER)mypc_v; in test2_fun() local
381 increment_partitioned_counter(mypc, 3); in test2_fun()
395 PARTITIONED_COUNTER mypc = create_partitioned_counter(); in do_testit2() local
396 …increment_partitioned_counter(mypc, 1); // make sure that the long-lived thread also increments th… in do_testit2()
397 pt_create(&t, test2_fun, mypc); in do_testit2()
399 increment_partitioned_counter(mypc, -1); in do_testit2()
400 assert(read_partitioned_counter(mypc)==3); in do_testit2()
401 destroy_partitioned_counter(mypc); in do_testit2()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Dtc-rl78.c910 addressT mypc; in rl78_relax_frag() local
917 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal); in rl78_relax_frag()
968 if (sym_addr > mypc) in rl78_relax_frag()
974 disp = (int) addr0 - (int) mypc; in rl78_relax_frag()
1050 addressT addr0, mypc; in md_convert_frag() local
1065 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal); in md_convert_frag()
1066 tprintf ("\033[32mmypc: 0x%x\033[0m\n", (int)mypc); in md_convert_frag()
1077 tprintf ("unknown addr ? - %x = ?\n", (int)mypc); in md_convert_frag()
1082 disp = (int) addr0 - (int) mypc; in md_convert_frag()
1083 tprintf ("known addr %x - %x = %d\n", (int)addr0, (int)mypc, disp); in md_convert_frag()
H A Dtc-rx.c1535 addressT mypc; in rx_relax_frag() local
1564 fragP->fr_subtype = (8-(mypc & 7)) & 7; in rx_relax_frag()
1569 (unsigned long) (mypc & 7), in rx_relax_frag()
1625 if (sym_addr > mypc) in rx_relax_frag()
1632 (unsigned long) addr0, (unsigned long) mypc, in rx_relax_frag()
1633 (long) (addr0 - mypc)); in rx_relax_frag()
1634 disp = (int) addr0 - (int) mypc; in rx_relax_frag()
1690 (unsigned long) addr0, (unsigned long) mypc, in rx_relax_frag()
1763 addressT addr0, mypc; in md_convert_frag() local
1831 disp = (int) addr0 - (int) mypc; in md_convert_frag()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dtc-rl78.c908 addressT mypc; in rl78_relax_frag() local
915 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal); in rl78_relax_frag()
966 if (sym_addr > mypc) in rl78_relax_frag()
972 disp = (int) addr0 - (int) mypc; in rl78_relax_frag()
1048 addressT addr0, mypc; in md_convert_frag() local
1063 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal); in md_convert_frag()
1064 tprintf ("\033[32mmypc: 0x%x\033[0m\n", (int)mypc); in md_convert_frag()
1075 tprintf ("unknown addr ? - %x = ?\n", (int)mypc); in md_convert_frag()
1080 disp = (int) addr0 - (int) mypc; in md_convert_frag()
1081 tprintf ("known addr %x - %x = %d\n", (int)addr0, (int)mypc, disp); in md_convert_frag()
H A Dtc-rx.c1563 addressT mypc; in rx_relax_frag() local
1592 fragP->fr_subtype = (8-(mypc & 7)) & 7; in rx_relax_frag()
1597 (unsigned long) (mypc & 7), in rx_relax_frag()
1653 if (sym_addr > mypc) in rx_relax_frag()
1660 (unsigned long) addr0, (unsigned long) mypc, in rx_relax_frag()
1661 (long) (addr0 - mypc)); in rx_relax_frag()
1662 disp = (int) addr0 - (int) mypc; in rx_relax_frag()
1718 (unsigned long) addr0, (unsigned long) mypc, in rx_relax_frag()
1798 addressT addr0, mypc; in md_convert_frag() local
1866 disp = (int) addr0 - (int) mypc; in md_convert_frag()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dtc-rl78.c908 addressT mypc; in rl78_relax_frag() local
915 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal); in rl78_relax_frag()
966 if (sym_addr > mypc) in rl78_relax_frag()
972 disp = (int) addr0 - (int) mypc; in rl78_relax_frag()
1048 addressT addr0, mypc; in md_convert_frag() local
1063 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal); in md_convert_frag()
1064 tprintf ("\033[32mmypc: 0x%x\033[0m\n", (int)mypc); in md_convert_frag()
1075 tprintf ("unknown addr ? - %x = ?\n", (int)mypc); in md_convert_frag()
1080 disp = (int) addr0 - (int) mypc; in md_convert_frag()
1081 tprintf ("known addr %x - %x = %d\n", (int)addr0, (int)mypc, disp); in md_convert_frag()
H A Dtc-rx.c1563 addressT mypc; in rx_relax_frag() local
1592 fragP->fr_subtype = (8-(mypc & 7)) & 7; in rx_relax_frag()
1597 (unsigned long) (mypc & 7), in rx_relax_frag()
1653 if (sym_addr > mypc) in rx_relax_frag()
1660 (unsigned long) addr0, (unsigned long) mypc, in rx_relax_frag()
1661 (long) (addr0 - mypc)); in rx_relax_frag()
1662 disp = (int) addr0 - (int) mypc; in rx_relax_frag()
1718 (unsigned long) addr0, (unsigned long) mypc, in rx_relax_frag()
1798 addressT addr0, mypc; in md_convert_frag() local
1866 disp = (int) addr0 - (int) mypc; in md_convert_frag()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/
H A Dtc-rl78.c910 addressT mypc; in rl78_relax_frag() local
917 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal); in rl78_relax_frag()
968 if (sym_addr > mypc) in rl78_relax_frag()
974 disp = (int) addr0 - (int) mypc; in rl78_relax_frag()
1050 addressT addr0, mypc; in md_convert_frag() local
1065 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal); in md_convert_frag()
1066 tprintf ("\033[32mmypc: 0x%x\033[0m\n", (int)mypc); in md_convert_frag()
1077 tprintf ("unknown addr ? - %x = ?\n", (int)mypc); in md_convert_frag()
1082 disp = (int) addr0 - (int) mypc; in md_convert_frag()
1083 tprintf ("known addr %x - %x = %d\n", (int)addr0, (int)mypc, disp); in md_convert_frag()
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dtc-rl78.c908 addressT mypc; in rl78_relax_frag() local
915 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal); in rl78_relax_frag()
966 if (sym_addr > mypc) in rl78_relax_frag()
972 disp = (int) addr0 - (int) mypc; in rl78_relax_frag()
1048 addressT addr0, mypc; in md_convert_frag() local
1063 mypc = fragP->fr_address + (fragP->fr_opcode - fragP->fr_literal); in md_convert_frag()
1064 tprintf ("\033[32mmypc: 0x%x\033[0m\n", (int)mypc); in md_convert_frag()
1075 tprintf ("unknown addr ? - %x = ?\n", (int)mypc); in md_convert_frag()
1080 disp = (int) addr0 - (int) mypc; in md_convert_frag()
1081 tprintf ("known addr %x - %x = %d\n", (int)addr0, (int)mypc, disp); in md_convert_frag()

12