Searched refs:libfunc (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/
H A Dsolib-list-main.c18 extern int libfunc (void);
23 libfunc ();
H A Dsolib-list-lib.c23 libfunc (void) function
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
H A Dsolib-list-main.c18 extern int libfunc (void);
23 libfunc ();
H A Dsolib-list-lib.c23 libfunc (void) function
/netbsd-current/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]);
H A Dbreak-interp-lib.c29 libfunc (const char *action) function
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dbreak-interp-main.c20 extern void libfunc (const char *action);
27 libfunc (argv[1]);
H A Dbreak-interp-lib.c29 libfunc (const char *action) function
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-plugin/
H A Dplugin-20.d2 Input: func.c \(tmpdir/libfunc.a\)
H A Dplugin-22.d1 Claimed: tmpdir/libfunc.a \[@.*
H A Dplugin.exp359 file delete tmpdir/libfunc.a
360 if [ar_simple_create $ar "--plugin $plugin2_path" "tmpdir/libfunc.a" \
363 set nm_plugin "$NM -s --plugin $plugin2_path tmpdir/libfunc.a"
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dlibfuncs.h33 /* Information about an optab-related libfunc. The op field is logically
43 rtx libfunc; variable
H A Doptabs.c1173 rtx libfunc;
1818 libfunc = optab_libfunc (binoptab, mode);
1819 if (libfunc
1843 value = emit_library_call_value (libfunc,
2168 rtx libfunc;
2174 libfunc = optab_libfunc (binoptab, mode);
2175 if (!libfunc)
2182 libval = emit_library_call_value (libfunc, NULL_RTX, LCT_CONST,
2791 rtx libfunc;
3055 libfunc
1167 rtx libfunc; local
2159 rtx libfunc; local
2781 rtx libfunc; local
3880 rtx libfunc, test; local
4212 rtx libfunc = 0; local
4940 rtx libfunc; local
5137 rtx libfunc; local
5205 rtx libfunc; local
6226 rtx libfunc = optab_libfunc (sync_lock_test_and_set_optab, mode); local
6446 rtx libfunc; local
7108 rtx libfunc; local
[all...]
H A Doptabs-libfuncs.c66 /* Return libfunc corresponding operation defined by OPTAB converting
68 if no libfunc is available. */
99 return (*slot)->libfunc;
102 /* Return libfunc corresponding operation defined by OPTAB in MODE.
103 Trigger lazy initialization if needed, return NULL if no libfunc is
134 return (*slot)->libfunc;
137 /* Initialize the libfunc fields of an entire group of entries in some
144 OPTABLE is the table in which libfunc fields are to be initialized.
365 /* Initialize the libfunc fields of an entire group of entries of an
503 /* Initialize the libfunc field
[all...]
H A Dtree-ssa-math-opts.c3482 /* Check if libfunc for divmod is available. */
3483 rtx libfunc = optab_libfunc (divmod_optab, mode);
3484 if (libfunc != NULL_RTX)
3487 we don't want to use the libfunc even if it exists for given mode. */
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dlibfuncs.h33 /* Information about an optab-related libfunc. The op field is logically
43 rtx libfunc; variable
H A Doptabs.cc1493 rtx libfunc;
2186 libfunc = optab_libfunc (binoptab, mode);
2187 if (libfunc
2211 value = emit_library_call_value (libfunc,
2536 rtx libfunc;
2542 libfunc = optab_libfunc (binoptab, mode);
2543 if (!libfunc)
2550 libval = emit_library_call_value (libfunc, NULL_RTX, LCT_CONST,
3235 rtx libfunc;
3505 libfunc
1487 rtx libfunc; local
2527 rtx libfunc; local
3225 rtx libfunc; local
4387 rtx libfunc, test; local
4712 rtx libfunc = 0; local
5507 rtx libfunc; local
5705 rtx libfunc; local
5773 rtx libfunc; local
6678 rtx libfunc = optab_libfunc (sync_lock_test_and_set_optab, mode); local
6898 rtx libfunc; local
7602 rtx libfunc; local
[all...]
H A Doptabs-libfuncs.cc66 /* Return libfunc corresponding operation defined by OPTAB converting
68 if no libfunc is available. */
99 return (*slot)->libfunc;
102 /* Return libfunc corresponding operation defined by OPTAB in MODE.
103 Trigger lazy initialization if needed, return NULL if no libfunc is
134 return (*slot)->libfunc;
137 /* Initialize the libfunc fields of an entire group of entries in some
144 OPTABLE is the table in which libfunc fields are to be initialized.
365 /* Initialize the libfunc fields of an entire group of entries of an
503 /* Initialize the libfunc field
[all...]
/netbsd-current/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-current/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-current/external/gpl3/gcc.old/dist/gcc/config/pru/
H A Dpru.c945 rtx libfunc;
967 libfunc = op_mode == DFmode ? eqdf_libfunc : eqsf_libfunc;
970 libfunc = op_mode == DFmode ? nedf_libfunc : nesf_libfunc;
973 libfunc = op_mode == DFmode ? gtdf_libfunc : gtsf_libfunc;
976 libfunc = op_mode == DFmode ? gedf_libfunc : gesf_libfunc;
979 libfunc = op_mode == DFmode ? ltdf_libfunc : ltsf_libfunc;
982 libfunc = op_mode == DFmode ? ledf_libfunc : lesf_libfunc;
989 cmp = emit_library_call_value (libfunc, 0, LCT_CONST, SImode,
940 rtx libfunc; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pru/
H A Dpru.cc914 rtx libfunc;
936 libfunc = op_mode == DFmode ? eqdf_libfunc : eqsf_libfunc;
939 libfunc = op_mode == DFmode ? nedf_libfunc : nesf_libfunc;
942 libfunc = op_mode == DFmode ? gtdf_libfunc : gtsf_libfunc;
945 libfunc = op_mode == DFmode ? gedf_libfunc : gesf_libfunc;
948 libfunc = op_mode == DFmode ? ltdf_libfunc : ltsf_libfunc;
951 libfunc = op_mode == DFmode ? ledf_libfunc : lesf_libfunc;
958 cmp = emit_library_call_value (libfunc, 0, LCT_CONST, SImode,
909 rtx libfunc; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c1565 rtx libfunc;
1569 libfunc = op_mode == DFmode ? eqdf_libfunc : eqsf_libfunc;
1572 libfunc = op_mode == DFmode ? nedf_libfunc : nesf_libfunc;
1575 libfunc = op_mode == DFmode ? gtdf_libfunc : gtsf_libfunc;
1578 libfunc = op_mode == DFmode ? gedf_libfunc : gesf_libfunc;
1581 libfunc = op_mode == DFmode ? ltdf_libfunc : ltsf_libfunc;
1584 libfunc = op_mode == DFmode ? ledf_libfunc : lesf_libfunc;
1591 cmp = emit_library_call_value (libfunc, 0, LCT_CONST, SImode,
1555 rtx libfunc; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.cc1567 rtx libfunc;
1571 libfunc = op_mode == DFmode ? eqdf_libfunc : eqsf_libfunc;
1574 libfunc = op_mode == DFmode ? nedf_libfunc : nesf_libfunc;
1577 libfunc = op_mode == DFmode ? gtdf_libfunc : gtsf_libfunc;
1580 libfunc = op_mode == DFmode ? gedf_libfunc : gesf_libfunc;
1583 libfunc = op_mode == DFmode ? ltdf_libfunc : ltsf_libfunc;
1586 libfunc = op_mode == DFmode ? ledf_libfunc : lesf_libfunc;
1593 cmp = emit_library_call_value (libfunc, 0, LCT_CONST, SImode,
1557 rtx libfunc; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/cr16/
H A Dcr16.c641 rtx libfunc ATTRIBUTE_UNUSED)

Completed in 427 milliseconds

12