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

  /src/external/gpl3/gdb/dist/sim/bfin/
bfin-sim.h 123 #define LCREG(x) (BFIN_CPU_STATE.lc[x])
165 #define SET_LCREG(x, val) _SET_CORE32REG_IDX (LCREG (x), LC, x, val)
  /src/external/gpl3/gdb.old/dist/sim/bfin/
bfin-sim.h 123 #define LCREG(x) (BFIN_CPU_STATE.lc[x])
165 #define SET_LCREG(x, val) _SET_CORE32REG_IDX (LCREG (x), LC, x, val)
  /src/external/gpl3/binutils/dist/opcodes/
bfin-dis.c 673 #define LCREG(x) (saved_state.lc[x])
708 case 48: return &LCREG (0);
711 case 51: return &LCREG (1);
  /src/external/gpl3/binutils.old/dist/opcodes/
bfin-dis.c 673 #define LCREG(x) (saved_state.lc[x])
708 case 48: return &LCREG (0);
711 case 51: return &LCREG (1);
  /src/external/gpl3/gdb/dist/opcodes/
bfin-dis.c 673 #define LCREG(x) (saved_state.lc[x])
708 case 48: return &LCREG (0);
711 case 51: return &LCREG (1);
  /src/external/gpl3/gdb.old/dist/opcodes/
bfin-dis.c 673 #define LCREG(x) (saved_state.lc[x])
708 case 48: return &LCREG (0);
711 case 51: return &LCREG (1);

Completed in 40 milliseconds