HomeSort by: relevance | last modified time | path
    Searched defs:FUNCTION_ARG_REGNO_P (Results 1 - 25 of 105) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa32-regs.h 320 #define FUNCTION_ARG_REGNO_P(N) \
pa64-regs.h 251 #define FUNCTION_ARG_REGNO_P(N) \
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa32-regs.h 320 #define FUNCTION_ARG_REGNO_P(N) \
pa64-regs.h 251 #define FUNCTION_ARG_REGNO_P(N) \
  /src/external/gpl3/gcc/dist/gcc/config/fr30/
fr30.h 490 #define FUNCTION_ARG_REGNO_P(REGNO) \
  /src/external/gpl3/gcc/dist/gcc/config/or1k/
or1k.h 326 #define FUNCTION_ARG_REGNO_P(r) (r >= 3 && r <= 8)
  /src/external/gpl3/gcc/dist/gcc/config/vax/
vax.h 279 #define FUNCTION_ARG_REGNO_P(N) ((void) (N), 0)
  /src/external/gpl3/gcc.old/dist/gcc/config/fr30/
fr30.h 490 #define FUNCTION_ARG_REGNO_P(REGNO) \
  /src/external/gpl3/gcc.old/dist/gcc/config/vax/
vax.h 279 #define FUNCTION_ARG_REGNO_P(N) ((void) (N), 0)
  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.h 549 #define FUNCTION_ARG_REGNO_P(N) \
  /src/external/gpl3/gcc/dist/gcc/config/bpf/
bpf.h 321 #define FUNCTION_ARG_REGNO_P(N) ((N) >= 1 && (N) <= 5)
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.h 339 #define FUNCTION_ARG_REGNO_P(r) \
  /src/external/gpl3/gcc/dist/gcc/config/cris/
cris.h 640 #define FUNCTION_ARG_REGNO_P(REGNO) \
  /src/external/gpl3/gcc/dist/gcc/config/ft32/
ft32.h 410 #define FUNCTION_ARG_REGNO_P(r) (r >= FT32_R0 && r <= FT32_R5)
  /src/external/gpl3/gcc/dist/gcc/config/h8300/
h8300.h 400 #define FUNCTION_ARG_REGNO_P(N) (TARGET_QUICKCALL ? N < 3 : 0)
  /src/external/gpl3/gcc/dist/gcc/config/lm32/
lm32.h 252 #define FUNCTION_ARG_REGNO_P(r) \
  /src/external/gpl3/gcc/dist/gcc/config/mcore/
mcore.h 419 #define FUNCTION_ARG_REGNO_P(REGNO) \
  /src/external/gpl3/gcc/dist/gcc/config/mn10300/
mn10300.h 422 #define FUNCTION_ARG_REGNO_P(N) ((N) <= 1)
  /src/external/gpl3/gcc/dist/gcc/config/moxie/
moxie.h 369 #define FUNCTION_ARG_REGNO_P(r) (r >= MOXIE_R0 && r <= MOXIE_R5)
  /src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430.h 374 #define FUNCTION_ARG_REGNO_P(N) ((N) >= 8 && (N) < ARG_POINTER_REGNUM)
  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.h 296 #define FUNCTION_ARG_REGNO_P(REGNO) \
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.h 175 #define FUNCTION_ARG_REGNO_P(r) 0
  /src/external/gpl3/gcc/dist/gcc/config/pdp11/
pdp11.h 351 #define FUNCTION_ARG_REGNO_P(N) 0
  /src/external/gpl3/gcc/dist/gcc/config/pru/
pru.h 343 #define FUNCTION_ARG_REGNO_P(REGNO) \
  /src/external/gpl3/gcc/dist/gcc/config/rl78/
rl78.h 331 #define FUNCTION_ARG_REGNO_P(N) 0

Completed in 104 milliseconds

1 2 3 4 5