Searched refs:libfunc (Results 1 – 10 of 10) sorted by relevance
3632 rtx libfunc; in prepare_cmp_insn() local3709 rtx libfunc = cmp_optab->handlers[(int) mode].libfunc; in prepare_cmp_insn() local3715 libfunc = ucmp_optab->handlers[(int) mode].libfunc; in prepare_cmp_insn()3909 rtx libfunc = 0; in prepare_float_lib_cmp() local3919 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() local4665 libfunc = tab->handlers[GET_MODE (to)][GET_MODE (from)].libfunc; in expand_float()4842 rtx libfunc; in expand_fix() local5533 if (h->libfunc) in debug_optab_libfuncs()[all …]
45 rtx libfunc; member
1314 set_stack_check_libfunc (rtx libfunc) in set_stack_check_libfunc() argument1316 stack_check_libfunc = libfunc; in set_stack_check_libfunc()
3934 if (optab1->handlers[compute_mode].libfunc in expand_divmod()3935 || optab2->handlers[compute_mode].libfunc) in expand_divmod()
440 libcall = tab->handlers[to_mode][from_mode].libfunc; in convert_move()
2622 target = emit_library_call_value (powi_optab->handlers[(int) mode].libfunc, in expand_builtin_powi()
3807 (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.
6484 Initialize the new optabs, not the old libfunc array entries.6498 in new conversion optabs; do not reference the old libfunc6760 libfunc exists in a wider mode; call protect_from_queue33893 parity_optab, and set up libfunc handlers.
13966 * expr.h: Split out optab- and libfunc-related code to...
29202 * optabs.c (prepare_float_lib_cmp) <GT, GE, LT, LE>: If libfunc is