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

  /src/external/gpl3/gdb.old/dist/sim/bfin/
bfin-sim.h 121 #define AWREG(x) (BFIN_CPU_STATE.aw[x])
180 #define SET_AWREG(x, val) _SET_CORE32REG_ALU (AWREG (x), W, x, val)
191 SET_AXREG (x, -(AWREG (x) >> 31)); \
  /src/external/gpl3/gdb/dist/sim/bfin/
bfin-sim.h 121 #define AWREG(x) (BFIN_CPU_STATE.aw[x])
180 #define SET_AWREG(x, val) _SET_CORE32REG_ALU (AWREG (x), W, x, val)
191 SET_AXREG (x, -(AWREG (x) >> 31)); \
  /src/external/gpl3/binutils/dist/opcodes/
bfin-dis.c 672 #define AWREG(x) (saved_state.aw[x])
704 case 33: return &AWREG (0);
706 case 35: return &AWREG (1);
  /src/external/gpl3/binutils.old/dist/opcodes/
bfin-dis.c 672 #define AWREG(x) (saved_state.aw[x])
704 case 33: return &AWREG (0);
706 case 35: return &AWREG (1);
  /src/external/gpl3/gdb.old/dist/opcodes/
bfin-dis.c 672 #define AWREG(x) (saved_state.aw[x])
704 case 33: return &AWREG (0);
706 case 35: return &AWREG (1);
  /src/external/gpl3/gdb/dist/opcodes/
bfin-dis.c 672 #define AWREG(x) (saved_state.aw[x])
704 case 33: return &AWREG (0);
706 case 35: return &AWREG (1);

Completed in 46 milliseconds