Searched refs:ix86_function_arg_regno_p (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-protos.h169 extern bool ix86_function_arg_regno_p (int);
H A Di386.h1678 #define FUNCTION_ARG_REGNO_P(N) ix86_function_arg_regno_p (N)
H A Di386.c1421 ix86_function_arg_regno_p (int regno)
16296 && ix86_function_arg_regno_p (REGNO (dst)))
1409 ix86_function_arg_regno_p (int regno) function
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-protos.h180 extern bool ix86_function_arg_regno_p (int);
H A Di386.h1558 #define FUNCTION_ARG_REGNO_P(N) ix86_function_arg_regno_p (N)
H A Di386.cc1449 ix86_function_arg_regno_p (int regno)
16931 && ix86_function_arg_regno_p (REGNO (dst)))
1437 ix86_function_arg_regno_p (int regno) function

Completed in 272 milliseconds