Home
last modified time | relevance | path

Searched refs:SET_PC (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl3/gdb/dist/sim/cr16/
H A Dinterp.c370 SET_PC (pc); in cr16_pc_set()
588 SET_PC (PC + (curr_ins_size * 2)); /* For word instructions. */ in step_once()
597 SET_PC (SDBT_VECTOR_START); in step_once()
623 SET_PC (PC); in sim_engine_run()
629 SET_PC (PC); in sim_engine_run()
H A Dcr16_sim.h327 #define SET_PC(VAL) SET_CREG (PC_CR, (VAL)) macro
402 #define JMP(x) do { SET_PC (x); State.pc_changed = 1; } while (0)
/netbsd/external/gpl3/gdb.old/dist/sim/cr16/
H A Dinterp.c370 SET_PC (pc); in cr16_pc_set()
588 SET_PC (PC + (curr_ins_size * 2)); /* For word instructions. */ in step_once()
597 SET_PC (SDBT_VECTOR_START); in step_once()
623 SET_PC (PC); in sim_engine_run()
629 SET_PC (PC); in sim_engine_run()
H A Dcr16_sim.h327 #define SET_PC(VAL) SET_CREG (PC_CR, (VAL)) macro
402 #define JMP(x) do { SET_PC (x); State.pc_changed = 1; } while (0)
/netbsd/external/gpl3/gdb/dist/sim/d10v/
H A Dinterp.c733 SET_PC (pc); in d10v_pc_set()
971 SET_PC (PC + 1); in step_once()
976 SET_PC (RPT_S); in step_once()
980 SET_PC (PC + 1); in step_once()
990 SET_PC (SDBT_VECTOR_START); in step_once()
H A Dd10v_sim.h356 #define SET_PC(VAL) SET_CREG (PC_CR, (VAL)) macro
473 #define JMP(x) do { SET_PC (x); State.pc_changed = 1; } while (0)
/netbsd/external/gpl3/gdb.old/dist/sim/d10v/
H A Dinterp.c733 SET_PC (pc); in d10v_pc_set()
971 SET_PC (PC + 1); in step_once()
976 SET_PC (RPT_S); in step_once()
980 SET_PC (PC + 1); in step_once()
990 SET_PC (SDBT_VECTOR_START); in step_once()
H A Dd10v_sim.h356 #define SET_PC(VAL) SET_CREG (PC_CR, (VAL)) macro
473 #define JMP(x) do { SET_PC (x); State.pc_changed = 1; } while (0)