Searched refs:expand_mpy (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430.c2731 int expand_mpy = strncmp (helper_name, "__mspabi_mpy",
2735 gcc_assert (!(expand_mpy && const_variants));
2738 if (CONST_INT_P (operands[2]) && !expand_mpy)
2798 if (expand_mpy)
2837 if (!expand_mpy)
2722 int expand_mpy = strncmp (helper_name, "__mspabi_mpy", local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.cc3255 int expand_mpy = startswith (helper_name, "__mspabi_mpy");
3258 gcc_assert (!(expand_mpy && const_variants));
3303 if (expand_mpy)
3341 if (!expand_mpy)
3246 int expand_mpy = startswith (helper_name, "__mspabi_mpy"); local

Completed in 262 milliseconds