HomeSort by: relevance | last modified time | path
    Searched defs:use_helper_for_const_shift (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430.cc 64 static bool use_helper_for_const_shift (machine_mode mode, HOST_WIDE_INT amt);
1280 if (use_helper_for_const_shift (GET_MODE (outer_rtx), amt = INTVAL (src)))
1285 use_helper_for_const_shift thinks a helper should be used, obey
3356 use_helper_for_const_shift (machine_mode mode, HOST_WIDE_INT amt)
3407 || use_helper_for_const_shift (mode, INTVAL (operands[2])))
3347 use_helper_for_const_shift (machine_mode mode, HOST_WIDE_INT amt) function
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430.cc 64 static bool use_helper_for_const_shift (machine_mode mode, HOST_WIDE_INT amt);
1278 if (use_helper_for_const_shift (GET_MODE (outer_rtx), amt = INTVAL (src)))
1283 use_helper_for_const_shift thinks a helper should be used, obey
3356 use_helper_for_const_shift (machine_mode mode, HOST_WIDE_INT amt)
3407 || use_helper_for_const_shift (mode, INTVAL (operands[2])))
3347 use_helper_for_const_shift (machine_mode mode, HOST_WIDE_INT amt) function

Completed in 16 milliseconds