Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386-protos.h153 extern bool ix86_function_arg_regno_p (int);
H A Di386.h1475 #define FUNCTION_ARG_REGNO_P(N) ix86_function_arg_regno_p (N)
H A Di386.c5347 ix86_function_arg_regno_p (int regno) in ix86_function_arg_regno_p() function
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386-protos.h161 extern bool ix86_function_arg_regno_p (int);
H A Di386.h1633 #define FUNCTION_ARG_REGNO_P(N) ix86_function_arg_regno_p (N)
H A Di386.c6939 ix86_function_arg_regno_p (int regno) in ix86_function_arg_regno_p() function
29674 && ix86_function_arg_regno_p (REGNO (dst))) in insn_is_function_arg()