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

  /src/external/gpl3/gcc/dist/gcc/
regs.h 151 ((GET_MODE_SIZE (PSEUDO_REGNO_MODE (N)) + UNITS_PER_WORD - 1) \
157 GET_MODE_SIZE (PSEUDO_REGNO_MODE (N))
161 #define PSEUDO_REGNO_MODE(N) GET_MODE (regno_reg_rtx[N])
  /src/external/gpl3/gcc.old/dist/gcc/
regs.h 151 ((GET_MODE_SIZE (PSEUDO_REGNO_MODE (N)) + UNITS_PER_WORD - 1) \
157 GET_MODE_SIZE (PSEUDO_REGNO_MODE (N))
161 #define PSEUDO_REGNO_MODE(N) GET_MODE (regno_reg_rtx[N])

Completed in 26 milliseconds