Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Doptabs.c3632 rtx libfunc; in prepare_cmp_insn() local
3709 rtx libfunc = cmp_optab->handlers[(int) mode].libfunc; in prepare_cmp_insn() local
3715 libfunc = ucmp_optab->handlers[(int) mode].libfunc; in prepare_cmp_insn()
3909 rtx libfunc = 0; in prepare_float_lib_cmp() local
3919 if ((libfunc = code_to_optab[swapped]->handlers[mode].libfunc)) in prepare_float_lib_cmp()
3927 if ((libfunc = code_to_optab[reversed]->handlers[mode].libfunc) in prepare_float_lib_cmp()
4657 rtx libfunc; in expand_float() local
4665 libfunc = tab->handlers[GET_MODE (to)][GET_MODE (from)].libfunc; in expand_float()
4842 rtx libfunc; in expand_fix() local
5533 if (h->libfunc) in debug_optab_libfuncs()
[all …]
H A Doptabs.h45 rtx libfunc; member
H A Dexplow.c1314 set_stack_check_libfunc (rtx libfunc) in set_stack_check_libfunc() argument
1316 stack_check_libfunc = libfunc; in set_stack_check_libfunc()
H A Dexpmed.c3934 if (optab1->handlers[compute_mode].libfunc in expand_divmod()
3935 || optab2->handlers[compute_mode].libfunc) in expand_divmod()
H A Dexpr.c440 libcall = tab->handlers[to_mode][from_mode].libfunc; in convert_move()
H A Dbuiltins.c2622 target = emit_library_call_value (powi_optab->handlers[(int) mode].libfunc, in expand_builtin_powi()
H A DChangeLog-19993807 (probe_stack_range): Allow front-end to set up a libfunc to call.
9083 * expr.h: Collapse individual optab and libfunc vars to arrays.
9089 Delete declarations for individual optab and libfunc vars.
H A DChangeLog-20036484 Initialize the new optabs, not the old libfunc array entries.
6498 in new conversion optabs; do not reference the old libfunc
6760 libfunc exists in a wider mode; call protect_from_queue
33893 parity_optab, and set up libfunc handlers.
H A DChangeLog-200113966 * expr.h: Split out optab- and libfunc-related code to...
H A DChangeLog-200229202 * optabs.c (prepare_float_lib_cmp) <GT, GE, LT, LE>: If libfunc is