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

  /src/external/gpl3/gdb.old/dist/sim/common/
sim-cpu.h 124 #define CPU_PC_STORE(c) ((c)->pc_store)
160 #define CPU_PC_SET(cpu,newval) ((* CPU_PC_STORE (cpu)) ((cpu), (newval)))
  /src/external/gpl3/gdb/dist/sim/common/
sim-cpu.h 124 #define CPU_PC_STORE(c) ((c)->pc_store)
160 #define CPU_PC_SET(cpu,newval) ((* CPU_PC_STORE (cpu)) ((cpu), (newval)))

Completed in 16 milliseconds