Home
last modified time | relevance | path

Searched refs:arg_mode (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa.c5041 enum machine_mode arg_mode; local
5074 arg_mode = GET_MODE (XEXP (use, 0));
5079 if (arg_mode == DImode)
5084 if (arg_mode == SFmode)
6260 int arg_mode, regno; local
6268 arg_mode = GET_MODE (XEXP (use, 0));
6275 if (arg_mode == SFmode)
6304 int arg_mode, regno; local
6312 arg_mode = GET_MODE (XEXP (use, 0));
6318 if (arg_mode == SFmode)
/openbsd/gnu/gcc/gcc/config/pa/
H A Dpa.c5547 enum machine_mode arg_mode; in output_arg_descriptor() local
5580 arg_mode = GET_MODE (XEXP (use, 0)); in output_arg_descriptor()
5585 if (arg_mode == DImode) in output_arg_descriptor()
5590 if (arg_mode == SFmode) in output_arg_descriptor()
6970 int arg_mode, regno; in copy_fp_args() local
6978 arg_mode = GET_MODE (XEXP (use, 0)); in copy_fp_args()
6985 if (arg_mode == SFmode) in copy_fp_args()
7013 int arg_mode, regno; in length_fp_args() local
7021 arg_mode = GET_MODE (XEXP (use, 0)); in length_fp_args()
7027 if (arg_mode == SFmode) in length_fp_args()
/openbsd/usr.sbin/unbound/
H A Dltmain.sh3520 arg_mode=normal
3527 case $arg_mode in
3531 arg_mode=normal
3536 arg_mode=normal
3546 arg_mode=target
3566 arg_mode=arg # the next one goes into the "base_compile" arg list
3603 case $arg_mode in
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dutils.c2362 enum language lang, int arg_mode) in fprintf_symbol_filtered() argument
2375 demangled = language_demangle (language_def (lang), name, arg_mode); in fprintf_symbol_filtered()