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

  /src/external/gpl3/gdb/dist/sim/d10v/
d10v-sim.h 233 #define SET_GPR32(N,VAL) do { SET_GPR (OP[0] + 0, (VAL) >> 16); SET_GPR (OP[0] + 1, (VAL)); } while (0)
  /src/external/gpl3/gdb.old/dist/sim/cr16/
cr16-sim.h 203 #define SET_GPR32(N,VAL) do { \
  /src/external/gpl3/gdb.old/dist/sim/d10v/
d10v-sim.h 233 #define SET_GPR32(N,VAL) do { SET_GPR (OP[0] + 0, (VAL) >> 16); SET_GPR (OP[0] + 1, (VAL)); } while (0)
  /src/external/gpl3/gdb/dist/sim/cr16/
cr16-sim.h 203 #define SET_GPR32(N,VAL) do { \

Completed in 20 milliseconds