Home | History | Annotate | Download | only in msp430

Lines Matching defs:helper_name

3244 msp430_expand_helper (rtx *operands, const char *helper_name,
3255 int expand_mpy = startswith (helper_name, "__mspabi_mpy");
3290 int len = strlen (helper_name) + 4;
3292 snprintf (helper_const, len, "%s_%d", helper_name,
3306 fsym = gen_rtx_SYMBOL_REF (VOIDmode, concat (helper_name,
3313 fsym = gen_rtx_SYMBOL_REF (VOIDmode, concat (helper_name,
3316 fsym = gen_rtx_SYMBOL_REF (VOIDmode, concat (helper_name,
3320 fsym = gen_rtx_SYMBOL_REF (VOIDmode, concat (helper_name,
3323 fsym = gen_rtx_SYMBOL_REF (VOIDmode, helper_name);
3327 helper_const ? helper_const : helper_name);
3409 const char *helper_name = NULL;
3417 helper_name = (code == ASHIFT ? "__mspabi_slli" :
3423 helper_name = (code == ASHIFT ? "__gnu_mspabi_sllp" :
3431 helper_name = (code == ASHIFT ? "__mspabi_slll" :
3437 helper_name = (code == ASHIFT ? "__mspabi_sllll" :
3448 gcc_assert (helper_name);
3449 msp430_expand_helper (operands, helper_name, const_variant);