Searched refs:arm_function_arg (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/gcc/gcc/config/arm/ |
H A D | arm-protos.h | 132 extern rtx arm_function_arg (CUMULATIVE_ARGS *, enum machine_mode, tree, int);
|
H A D | arm.h | 1462 arm_function_arg (&(CUM), (MODE), (TYPE), (NAMED))
|
H A D | arm.c | 2730 arm_function_arg (CUMULATIVE_ARGS *pcum, enum machine_mode mode, in arm_function_arg() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/ |
H A D | arm-protos.h | 140 extern rtx arm_function_arg PARAMS ((CUMULATIVE_ARGS *,
|
H A D | arm.h | 1483 arm_function_arg (&(CUM), (MODE), (TYPE), (NAMED))
|
H A D | arm.c | 1947 arm_function_arg (pcum, mode, type, named) in arm_function_arg() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.3 | 13331 (arm_function_arg): New function: Determine where to place a 13345 (FUNCTION_ARG): Redefine to call arm_function_arg.
|