Searched refs:npc (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | sparc-tdep.c | 952 sparc_analyze_control_transfer (CORE_ADDR pc, CORE_ADDR *npc) in sparc_analyze_control_transfer() argument 1018 return (X_A (insn) ? *npc + 4 : 0); in sparc_analyze_control_transfer() 1027 pc = *npc, offset = 4; in sparc_analyze_control_transfer() 1029 *npc = 0; in sparc_analyze_control_transfer() 1043 static CORE_ADDR npc, nnpc; in sparc_software_single_step() local 1051 orig_npc = npc = sparc_address_from_register (tdep->npc_regnum); in sparc_software_single_step() 1054 nnpc = sparc_analyze_control_transfer (pc, &npc); in sparc_software_single_step() 1055 if (npc != 0) in sparc_software_single_step() 1056 target_insert_breakpoint (npc, npc_save); in sparc_software_single_step() 1063 gdb_assert (npc != 0 || nnpc != 0 || orig_npc == 0); in sparc_software_single_step() [all …]
|
| D | hppa-linux-tdep.c | 148 CORE_ADDR npc = pc; in insns_match_pattern() local 154 deprecated_read_memory_nobpt (npc, buf, 4); in insns_match_pattern() 157 npc += 4; in insns_match_pattern()
|
| D | lynx-nat.c | 172 X (npc),
|
| D | ChangeLog-3.x | 2335 (single_step): Changed to trap at npc + 4 instead of pc +8 on
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | schizo.c | 643 pci_chipset_tag_t npc; in schizo_alloc_chipset() local 645 npc = malloc(sizeof *npc, M_DEVBUF, M_NOWAIT); in schizo_alloc_chipset() 646 if (npc == NULL) in schizo_alloc_chipset() 648 memcpy(npc, pc, sizeof *pc); in schizo_alloc_chipset() 649 npc->cookie = pbm; in schizo_alloc_chipset() 650 npc->rootnode = node; in schizo_alloc_chipset() 651 return (npc); in schizo_alloc_chipset()
|
| D | vpci.c | 508 pci_chipset_tag_t npc; in vpci_alloc_chipset() local 510 npc = malloc(sizeof *npc, M_DEVBUF, M_NOWAIT); in vpci_alloc_chipset() 511 if (npc == NULL) in vpci_alloc_chipset() 513 memcpy(npc, pc, sizeof *pc); in vpci_alloc_chipset() 514 npc->cookie = pbm; in vpci_alloc_chipset() 515 npc->rootnode = node; in vpci_alloc_chipset() 516 return (npc); in vpci_alloc_chipset()
|
| D | pyro.c | 591 pci_chipset_tag_t npc; in pyro_alloc_chipset() local 593 npc = malloc(sizeof *npc, M_DEVBUF, M_NOWAIT); in pyro_alloc_chipset() 594 if (npc == NULL) in pyro_alloc_chipset() 596 memcpy(npc, pc, sizeof *pc); in pyro_alloc_chipset() 597 npc->cookie = pbm; in pyro_alloc_chipset() 598 npc->rootnode = node; in pyro_alloc_chipset() 599 return (npc); in pyro_alloc_chipset()
|
| D | psycho.c | 707 pci_chipset_tag_t npc; in psycho_alloc_chipset() local 709 npc = malloc(sizeof *npc, M_DEVBUF, M_NOWAIT); in psycho_alloc_chipset() 710 if (npc == NULL) in psycho_alloc_chipset() 712 memcpy(npc, pc, sizeof *pc); in psycho_alloc_chipset() 713 npc->cookie = pp; in psycho_alloc_chipset() 714 npc->rootnode = node; in psycho_alloc_chipset() 716 return (npc); in psycho_alloc_chipset()
|
| /openbsd/src/sys/arch/sparc64/sparc64/ |
| D | db_interface.c | 1169 vaddr_t npc = ddb_regs.ddb_tf.tf_npc; in db_branch_taken() local 1186 return npc; in db_branch_taken() 1201 return npc + 4; in db_branch_taken() 1206 return npc + 4; in db_branch_taken()
|
| /openbsd/src/lib/libcurses/ |
| D | Caps | 244 no_pad_char npc bool NP - - ----- pad character does not exist
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | gdbint.texinfo | 4173 %l1 and %l2 contain pc and npc respectively at the time of the trap;
|