Searched refs:new_pc (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/sim/m32r/
H A Dtraps.c112 /* USI new_pc = EIT_TRAP_BASE_ADDR + num * 4; */ local
113 USI new_pc = m32rbf_h_cr_get (current_cpu, 5) + 0x40 + num * 4;
114 return new_pc;
149 /* USI new_pc = EIT_TRAP_BASE_ADDR + num * 4; */
151 USI new_pc = m32rbf_h_cr_get (current_cpu, 5) + 0x40 + num * 4;
152 return new_pc;
150 USI new_pc = m32rbf_h_cr_get (current_cpu, 5) + 0x40 + num * 4; local
H A Dtraps-linux.c233 USI new_pc = m32rbf_h_cr_get (current_cpu, 5) + 0x40 + num * 4;
234 return new_pc;
1340 USI new_pc = m32rbf_h_cr_get (current_cpu, 5) + 0x40 + num * 4;
1341 return new_pc;
232 USI new_pc = m32rbf_h_cr_get (current_cpu, 5) + 0x40 + num * 4; local
1339 USI new_pc = m32rbf_h_cr_get (current_cpu, 5) + 0x40 + num * 4; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dobjc-lang.h36 extern int find_objc_msgcall (CORE_ADDR pc, CORE_ADDR *new_pc);
H A Dfrv-tdep.c979 CORE_ADDR func_addr, func_end, new_pc; local
981 new_pc = pc;
994 new_pc = sal.end;
1001 if (new_pc < pc + 20)
1002 new_pc = frv_analyze_prologue (gdbarch, pc, 0, 0);
1004 return new_pc;
H A Darch-utils.c1005 CORE_ADDR new_pc = pc;
1009 new_pc = gdbarch_skip_prologue (gdbarch, pc);
1014 return new_pc;
1003 CORE_ADDR new_pc = pc; variable
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dobjc-lang.h34 extern int find_objc_msgcall (CORE_ADDR pc, CORE_ADDR *new_pc);
H A Darc-linux-nat.c283 ULONGEST new_pc; local
285 &new_pc);
288 new_pc);
H A Dfrv-tdep.c971 CORE_ADDR func_addr, func_end, new_pc; local
973 new_pc = pc;
986 new_pc = sal.end;
993 if (new_pc < pc + 20)
994 new_pc = frv_analyze_prologue (gdbarch, pc, 0, 0);
996 return new_pc;
H A Darch-utils.c1051 CORE_ADDR new_pc = pc;
1055 new_pc = gdbarch_skip_prologue (gdbarch, pc);
1060 return new_pc;
1049 CORE_ADDR new_pc = pc; variable
/netbsd-current/external/cddl/osnet/dist/uts/powerpc/dtrace/
H A Dfasttrap_isa.c264 uintptr_t new_pc)
297 if ((new_pc - id->fti_probe->ftp_faddr) < id->fti_probe->ftp_fsize)
336 uintptr_t new_pc = 0; local
453 new_pc = rp->pc + 4;
460 new_pc = rp->pc + 4;
469 new_pc = tp->ftt_dest;
477 new_pc = rp->ctr;
479 new_pc = rp->lr;
502 fasttrap_return_common(rp, pc, pid, new_pc);
507 ASSERT(new_pc
263 fasttrap_return_common(struct reg *rp, uintptr_t pc, pid_t pid, uintptr_t new_pc) argument
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/intel/dtrace/
H A Dfasttrap_isa.c704 uintptr_t new_pc)
749 new_pc - id->fti_probe->ftp_faddr <
972 uintptr_t new_pc = 0; local
1200 new_pc = rp->r_rip;
1239 new_pc = pc;
1247 new_pc = dst;
1316 new_pc = tp->ftt_dest;
1318 new_pc = pc + tp->ftt_size;
1346 new_pc = tp->ftt_dest;
1348 new_pc
703 fasttrap_return_common(struct reg *rp, uintptr_t pc, pid_t pid, uintptr_t new_pc) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/sh64/
H A Dmloop-compact.c365 SEM_BRANCH_TYPE br_type, PCADDR new_pc)
373 if (new_pc & 1)
395 SET_H_PC (new_pc);
404 new_pc = abuf->addr;
405 SET_H_PC (new_pc);
411 SET_H_PC (new_pc);
419 *new_vpc_ptr = scache_lookup (current_cpu, new_pc);
364 sh64_compact_pbb_cti_chain(SIM_CPU *current_cpu, SEM_ARG sem_arg, SEM_BRANCH_TYPE br_type, PCADDR new_pc) argument
H A Dmloop-media.c351 SEM_BRANCH_TYPE br_type, PCADDR new_pc)
359 if ((new_pc & 1) == 0)
381 SET_H_PC (new_pc);
390 new_pc = abuf->addr;
392 SET_H_PC (new_pc | 1);
398 SET_H_PC (new_pc);
406 *new_vpc_ptr = scache_lookup (current_cpu, new_pc);
350 sh64_media_pbb_cti_chain(SIM_CPU *current_cpu, SEM_ARG sem_arg, SEM_BRANCH_TYPE br_type, PCADDR new_pc) argument
/netbsd-current/external/gpl3/gdb.old/dist/sim/frv/
H A Dinterrupts.c1146 IADDR new_pc; local
1166 new_pc = GET_H_SPR (H_SPR_TBR);
1167 SET_H_PC (new_pc);
1178 USI new_pc; local
1205 new_pc = GET_H_SPR (H_SPR_TBR);
1206 SET_H_PC (new_pc);
1213 sim_engine_halt (sd, current_cpu, NULL, new_pc, sim_stopped, SIM_SIGINT);
1223 USI new_pc; local
1253 new_pc = GET_H_SPR (H_SPR_TBR);
1254 SET_H_PC (new_pc);
[all...]
H A Dtraps.c299 USI new_pc;
326 new_pc = pc + 4;
338 new_pc = pc + 4;
344 new_pc = GET_H_SPR (H_SPR_PCSR);
353 new_pc = GET_H_SPR (H_SPR_BPCSR);
360 new_pc = pc + 4;
362 return new_pc;
298 USI new_pc; local
/netbsd-current/external/gpl3/gdb/dist/sim/frv/
H A Dinterrupts.c1152 IADDR new_pc; local
1172 new_pc = GET_H_SPR (H_SPR_TBR);
1173 SET_H_PC (new_pc);
1184 USI new_pc; local
1211 new_pc = GET_H_SPR (H_SPR_TBR);
1212 SET_H_PC (new_pc);
1219 sim_engine_halt (sd, current_cpu, NULL, new_pc, sim_stopped, SIM_SIGINT);
1229 USI new_pc; local
1259 new_pc = GET_H_SPR (H_SPR_TBR);
1260 SET_H_PC (new_pc);
[all...]
H A Dtraps.c306 USI new_pc;
333 new_pc = pc + 4;
345 new_pc = pc + 4;
351 new_pc = GET_H_SPR (H_SPR_PCSR);
360 new_pc = GET_H_SPR (H_SPR_BPCSR);
367 new_pc = pc + 4;
369 return new_pc;
305 USI new_pc; local
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-csky-low.cc124 unsigned long new_pc = pc; local
125 supply_register_by_name (regcache, "pc", &new_pc);
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dgenmloop.sh1027 SEM_BRANCH_TYPE br_type, PCADDR new_pc)
1048 SET_H_PC (new_pc);
1057 new_pc = abuf->addr;
1058 SET_H_PC (new_pc);
1064 SET_H_PC (new_pc);
1072 *new_vpc_ptr = scache_lookup (current_cpu, new_pc);
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dgenmloop.sh1034 SEM_BRANCH_TYPE br_type, PCADDR new_pc)
1055 SET_H_PC (new_pc);
1064 new_pc = abuf->addr;
1065 SET_H_PC (new_pc);
1071 SET_H_PC (new_pc);
1079 *new_vpc_ptr = scache_lookup (current_cpu, new_pc);
/netbsd-current/external/gpl3/gdb.old/dist/sim/msp430/
H A Dmsp430-sim.c192 int new_pc; local
196 new_pc = resetv[0] + 256 * resetv[1];
199 if (abfd != NULL && !new_pc)
200 new_pc = bfd_get_start_address (abfd);
202 sim_pc_set (MSP430_CPU (sd), new_pc); local
203 msp430_pc_store (MSP430_CPU (sd), new_pc); local
/netbsd-current/external/gpl3/gdb/dist/sim/msp430/
H A Dmsp430-sim.c198 int new_pc; local
202 new_pc = resetv[0] + 256 * resetv[1];
205 if (abfd != NULL && !new_pc)
206 new_pc = bfd_get_start_address (abfd);
208 sim_pc_set (MSP430_CPU (sd), new_pc); local
209 msp430_pc_store (MSP430_CPU (sd), new_pc); local
/netbsd-current/external/gpl3/gdb.old/dist/sim/rl78/
H A Drl78.c42 #define WILD_JUMP_CHECK(new_pc) \
44 if (new_pc == 0 || new_pc > 0xfffff) \
47 fprintf (stderr, "Wild jump to 0x%x from 0x%x!\n", new_pc, pc); \
/netbsd-current/external/gpl3/gdb/dist/sim/rl78/
H A Drl78.c44 #define WILD_JUMP_CHECK(new_pc) \
46 if (new_pc == 0 || new_pc > 0xfffff) \
49 fprintf (stderr, "Wild jump to 0x%x from 0x%x!\n", new_pc, pc); \
/netbsd-current/external/gpl3/gdb.old/dist/sim/rx/
H A Drx.c851 SI old_psw, old_pc, new_pc; local
853 new_pc = mem_get_si (exception_info[type].vaddr);
859 if (new_pc == 0 || new_pc == 0x00020000)
892 regs.r_pc = new_pc;

Completed in 612 milliseconds

12