Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430.c2687 const_shift_helpers[] = variable
2733 for (i=0; const_shift_helpers[i].name; i++) in msp430_expand_helper()
2735 if (const_shift_helpers[i].need_430x <= have_430x in msp430_expand_helper()
2736 && strcmp (helper_name, const_shift_helpers[i].name) == 0 in msp430_expand_helper()
2737 && INTVAL (operands[2]) == const_shift_helpers[i].count) in msp430_expand_helper()
2739 emit_insn (const_shift_helpers[i].genfunc (operands[0], in msp430_expand_helper()