Searched refs:argadj (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mn10300/
H A Dmn10300.c1467 int argadj = ((!(TYPE_ARG_TYPES (fntype) != 0
1473 if (argadj)
1474 offset = plus_constant (current_function_arg_offset_rtx, argadj);
1464 int argadj = ((!(TYPE_ARG_TYPES (fntype) != 0 local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mn10300/
H A Dmn10300.c1499 int argadj = ((!(TYPE_ARG_TYPES (fntype) != 0
1505 if (argadj)
1506 offset = plus_constant (crtl->args.arg_offset_rtx, argadj);
1496 int argadj = ((!(TYPE_ARG_TYPES (fntype) != 0 local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.c5950 int argadj = ((!(TYPE_ARG_TYPES (fntype) != 0
5955 if (argadj)
5956 offset = plus_constant (crtl->args.arg_offset_rtx, argadj);
5965 if (argadj)
5966 offset = plus_constant (crtl->args.arg_offset_rtx, -argadj);
5936 int argadj = ((!(TYPE_ARG_TYPES (fntype) != 0 local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pa/
H A Dpa.c5802 int argadj = ((!(TYPE_ARG_TYPES (fntype) != 0
5807 if (argadj)
5808 offset = plus_constant (current_function_arg_offset_rtx, argadj);
5817 if (argadj)
5818 offset = plus_constant (current_function_arg_offset_rtx, -argadj);
5788 int argadj = ((!(TYPE_ARG_TYPES (fntype) != 0 local

Completed in 204 milliseconds