Home
last modified time | relevance | path

Searched refs:libfunc (Results 1 – 25 of 75) sorted by relevance

123

/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
H A Dsolib-list-main.c18 extern int libfunc (void);
23 libfunc (); in main()
H A Dsolib-list-lib.c23 libfunc (void) in libfunc() function
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/
H A Dsolib-list-main.c18 extern int libfunc (void);
23 libfunc (); in main()
H A Dsolib-list-lib.c23 libfunc (void) in libfunc() function
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dbreak-interp-main.c20 extern void libfunc (const char *action);
27 libfunc (argv[1]); in main()
H A Dbreak-interp-lib.c29 libfunc (const char *action) in libfunc() function
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dbreak-interp-main.c20 extern void libfunc (const char *action);
27 libfunc (argv[1]); in main()
H A Dbreak-interp-lib.c29 libfunc (const char *action) in libfunc() function
/netbsd/external/gpl3/gcc/dist/gcc/
H A Doptabs.c1167 rtx libfunc; in expand_binop() local
1813 if (libfunc in expand_binop()
2159 rtx libfunc; in expand_twoval_binop_libfunc() local
2166 if (!libfunc) in expand_twoval_binop_libfunc()
2781 rtx libfunc; in expand_unop() local
3046 if (libfunc) in expand_unop()
4212 rtx libfunc = 0; in prepare_float_lib_cmp() local
4940 rtx libfunc; in expand_float() local
5137 rtx libfunc; in expand_fix() local
5205 rtx libfunc; in expand_fixed_convert() local
[all …]
H A Doptabs.cc1487 rtx libfunc; in expand_binop() local
2181 if (libfunc in expand_binop()
2527 rtx libfunc; in expand_twoval_binop_libfunc() local
2534 if (!libfunc) in expand_twoval_binop_libfunc()
3225 rtx libfunc; in expand_unop() local
3496 if (libfunc) in expand_unop()
4712 rtx libfunc = 0; in prepare_float_lib_cmp() local
5507 rtx libfunc; in expand_float() local
5705 rtx libfunc; in expand_fix() local
5773 rtx libfunc; in expand_fixed_convert() local
[all …]
H A Dlibfuncs.h43 rtx libfunc; member
H A Doptabs-libfuncs.c99 return (*slot)->libfunc; in convert_optab_libfunc()
134 return (*slot)->libfunc; in optab_libfunc()
823 (*slot)->libfunc = val; in set_optab_libfunc()
852 (*slot)->libfunc = val; in set_conv_libfunc()
H A Doptabs-libfuncs.cc99 return (*slot)->libfunc; in convert_optab_libfunc()
134 return (*slot)->libfunc; in optab_libfunc()
823 (*slot)->libfunc = val; in set_optab_libfunc()
852 (*slot)->libfunc = val; in set_conv_libfunc()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.c1167 rtx libfunc; in expand_binop() local
1813 if (libfunc in expand_binop()
2159 rtx libfunc; in expand_twoval_binop_libfunc() local
2166 if (!libfunc) in expand_twoval_binop_libfunc()
2781 rtx libfunc; in expand_unop() local
3046 if (libfunc) in expand_unop()
4212 rtx libfunc = 0; in prepare_float_lib_cmp() local
4940 rtx libfunc; in expand_float() local
5137 rtx libfunc; in expand_fix() local
5205 rtx libfunc; in expand_fixed_convert() local
[all …]
H A Dlibfuncs.h43 rtx libfunc; member
H A Doptabs-libfuncs.c99 return (*slot)->libfunc; in convert_optab_libfunc()
134 return (*slot)->libfunc; in optab_libfunc()
823 (*slot)->libfunc = val; in set_optab_libfunc()
852 (*slot)->libfunc = val; in set_conv_libfunc()
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-plugin/
H A Dplugin-22.d1 Claimed: tmpdir/libfunc.a \[@.*
H A Dplugin-20.d2 Input: func.c \(tmpdir/libfunc.a\)
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-plugin/
H A Dplugin-22.d1 Claimed: tmpdir/libfunc.a \[@.*
H A Dplugin-20.d2 Input: func.c \(tmpdir/libfunc.a\)
/netbsd/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.h55 void ix86_expand_divmod_libfunc (rtx libfunc, machine_mode mode, rtx op0,
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.h55 void ix86_expand_divmod_libfunc (rtx libfunc, machine_mode mode, rtx op0,
/netbsd/external/gpl3/gcc/dist/gcc/config/pru/
H A Dpru.c940 rtx libfunc; in pru_expand_fp_compare() local
962 libfunc = op_mode == DFmode ? eqdf_libfunc : eqsf_libfunc; in pru_expand_fp_compare()
965 libfunc = op_mode == DFmode ? nedf_libfunc : nesf_libfunc; in pru_expand_fp_compare()
968 libfunc = op_mode == DFmode ? gtdf_libfunc : gtsf_libfunc; in pru_expand_fp_compare()
971 libfunc = op_mode == DFmode ? gedf_libfunc : gesf_libfunc; in pru_expand_fp_compare()
974 libfunc = op_mode == DFmode ? ltdf_libfunc : ltsf_libfunc; in pru_expand_fp_compare()
977 libfunc = op_mode == DFmode ? ledf_libfunc : lesf_libfunc; in pru_expand_fp_compare()
984 cmp = emit_library_call_value (libfunc, 0, LCT_CONST, SImode, in pru_expand_fp_compare()
H A Dpru.cc909 rtx libfunc; in pru_expand_fp_compare() local
931 libfunc = op_mode == DFmode ? eqdf_libfunc : eqsf_libfunc; in pru_expand_fp_compare()
934 libfunc = op_mode == DFmode ? nedf_libfunc : nesf_libfunc; in pru_expand_fp_compare()
937 libfunc = op_mode == DFmode ? gtdf_libfunc : gtsf_libfunc; in pru_expand_fp_compare()
940 libfunc = op_mode == DFmode ? gedf_libfunc : gesf_libfunc; in pru_expand_fp_compare()
943 libfunc = op_mode == DFmode ? ltdf_libfunc : ltsf_libfunc; in pru_expand_fp_compare()
946 libfunc = op_mode == DFmode ? ledf_libfunc : lesf_libfunc; in pru_expand_fp_compare()
953 cmp = emit_library_call_value (libfunc, 0, LCT_CONST, SImode, in pru_expand_fp_compare()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/pru/
H A Dpru.c940 rtx libfunc; in pru_expand_fp_compare() local
962 libfunc = op_mode == DFmode ? eqdf_libfunc : eqsf_libfunc; in pru_expand_fp_compare()
965 libfunc = op_mode == DFmode ? nedf_libfunc : nesf_libfunc; in pru_expand_fp_compare()
968 libfunc = op_mode == DFmode ? gtdf_libfunc : gtsf_libfunc; in pru_expand_fp_compare()
971 libfunc = op_mode == DFmode ? gedf_libfunc : gesf_libfunc; in pru_expand_fp_compare()
974 libfunc = op_mode == DFmode ? ltdf_libfunc : ltsf_libfunc; in pru_expand_fp_compare()
977 libfunc = op_mode == DFmode ? ledf_libfunc : lesf_libfunc; in pru_expand_fp_compare()
984 cmp = emit_library_call_value (libfunc, 0, LCT_CONST, SImode, in pru_expand_fp_compare()

123