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

  /src/external/gpl3/gdb/dist/sim/h8300/
h8300-sim.h 112 struct h8300_sim_cpu { struct
127 #define H8300_SIM_CPU(sd) ((struct h8300_sim_cpu *) CPU_ARCH_DATA (sd))
139 #define cpu_set_pc(cpu, val) (H8300_SIM_CPU (cpu)->pc = (val))
140 #define cpu_get_pc(cpu) (H8300_SIM_CPU (cpu)->pc)
  /src/external/gpl3/gdb.old/dist/sim/h8300/
h8300-sim.h 112 struct h8300_sim_cpu { struct
127 #define H8300_SIM_CPU(sd) ((struct h8300_sim_cpu *) CPU_ARCH_DATA (sd))
139 #define cpu_set_pc(cpu, val) (H8300_SIM_CPU (cpu)->pc = (val))
140 #define cpu_get_pc(cpu) (H8300_SIM_CPU (cpu)->pc)

Completed in 23 milliseconds