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

  /src/external/gpl3/gdb/dist/sim/bfin/
bfin-sim.h 61 struct bfin_cpu_state struct
112 #define DREG(x) (BFIN_CPU_STATE.dpregs[x])
113 #define PREG(x) (BFIN_CPU_STATE.dpregs[x + 8])
116 #define IREG(x) (BFIN_CPU_STATE.iregs[x])
117 #define MREG(x) (BFIN_CPU_STATE.mregs[x])
118 #define BREG(x) (BFIN_CPU_STATE.bregs[x])
119 #define LREG(x) (BFIN_CPU_STATE.lregs[x])
120 #define AXREG(x) (BFIN_CPU_STATE.ax[x])
121 #define AWREG(x) (BFIN_CPU_STATE.aw[x])
122 #define CCREG (BFIN_CPU_STATE.cc
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/bfin/
bfin-sim.h 61 struct bfin_cpu_state struct
112 #define DREG(x) (BFIN_CPU_STATE.dpregs[x])
113 #define PREG(x) (BFIN_CPU_STATE.dpregs[x + 8])
116 #define IREG(x) (BFIN_CPU_STATE.iregs[x])
117 #define MREG(x) (BFIN_CPU_STATE.mregs[x])
118 #define BREG(x) (BFIN_CPU_STATE.bregs[x])
119 #define LREG(x) (BFIN_CPU_STATE.lregs[x])
120 #define AXREG(x) (BFIN_CPU_STATE.ax[x])
121 #define AWREG(x) (BFIN_CPU_STATE.aw[x])
122 #define CCREG (BFIN_CPU_STATE.cc
    [all...]

Completed in 25 milliseconds