Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430.c2722 int expand_mpy = strncmp (helper_name, "__mspabi_mpy", in msp430_expand_helper() local
2726 gcc_assert (!(expand_mpy && const_variants)); in msp430_expand_helper()
2729 if (CONST_INT_P (operands[2]) && !expand_mpy) in msp430_expand_helper()
2789 if (expand_mpy) in msp430_expand_helper()
2828 if (!expand_mpy) in msp430_expand_helper()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.cc3246 int expand_mpy = startswith (helper_name, "__mspabi_mpy"); in msp430_expand_helper() local
3249 gcc_assert (!(expand_mpy && const_variants)); in msp430_expand_helper()
3294 if (expand_mpy) in msp430_expand_helper()
3332 if (!expand_mpy) in msp430_expand_helper()