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

  /src/external/gpl3/gdb.old/dist/sim/iq2000/
cpu.h 54 #define GET_H_GR(index) (((index) == (0))) ? (0) : (CPU (h_gr[index]))
  /src/external/gpl3/gdb.old/dist/sim/lm32/
cpu.h 51 #define GET_H_GR(a1) CPU (h_gr)[a1]
  /src/external/gpl3/gdb/dist/sim/iq2000/
cpu.h 54 #define GET_H_GR(index) (((index) == (0))) ? (0) : (CPU (h_gr[index]))
  /src/external/gpl3/gdb/dist/sim/lm32/
cpu.h 51 #define GET_H_GR(a1) CPU (h_gr)[a1]
  /src/external/gpl3/gdb.old/dist/sim/m32r/
cpu.h 51 #define GET_H_GR(a1) CPU (h_gr)[a1]
cpu2.h 51 #define GET_H_GR(a1) CPU (h_gr)[a1]
cpux.h 51 #define GET_H_GR(a1) CPU (h_gr)[a1]
  /src/external/gpl3/gdb/dist/sim/m32r/
cpu.h 51 #define GET_H_GR(a1) CPU (h_gr)[a1]
cpu2.h 51 #define GET_H_GR(a1) CPU (h_gr)[a1]
cpux.h 51 #define GET_H_GR(a1) CPU (h_gr)[a1]
  /src/external/gpl3/gdb.old/dist/sim/cris/
cpuv10.h 133 #define GET_H_GR(index) GET_H_GR_PC (index)
cpuv32.h 240 #define GET_H_GR(index) CPU (h_gr_acr[index])
320 #define GET_H_PREFIXREG_V32() GET_H_GR (((UINT) 15))
  /src/external/gpl3/gdb/dist/sim/cris/
cpuv10.h 133 #define GET_H_GR(index) GET_H_GR_PC (index)
cpuv32.h 240 #define GET_H_GR(index) CPU (h_gr_acr[index])
320 #define GET_H_PREFIXREG_V32() GET_H_GR (((UINT) 15))
  /src/external/gpl3/gdb.old/dist/sim/frv/
cpu.h 126 #define GET_H_GR(index) frvbf_h_gr_get_handler (current_cpu, index)
  /src/external/gpl3/gdb/dist/sim/frv/
cpu.h 126 #define GET_H_GR(index) frvbf_h_gr_get_handler (current_cpu, index)

Completed in 39 milliseconds