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

  /src/external/gpl3/gcc/dist/gcc/
expr.cc 1089 instructions. Return nonzero if a call to move_by_pieces should
1095 return can_do_by_pieces (len, align, MOVE_BY_PIECES);
1417 if (by_pieces_ninsns (len, align, m_max_size, MOVE_BY_PIECES) > 2)
1586 NULL, len, align, PUSHG_P (to), MOVE_BY_PIECES)
1651 move_by_pieces (rtx to, rtx from, unsigned HOST_WIDE_INT len,
2111 move_by_pieces (x, y, INTVAL (size), align, RETURN_BEGIN);
5383 move_by_pieces (NULL, xinner, INTVAL (size) - used, align,
1648 move_by_pieces (rtx to, rtx from, unsigned HOST_WIDE_INT len, function
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 864 instructions. Return nonzero if a call to move_by_pieces should
870 return can_do_by_pieces (len, align, MOVE_BY_PIECES);
1197 if (by_pieces_ninsns (len, align, m_max_size, MOVE_BY_PIECES) > 2)
1434 move_by_pieces (rtx to, rtx from, unsigned HOST_WIDE_INT len,
1882 move_by_pieces (x, y, INTVAL (size), align, RETURN_BEGIN);
4779 move_by_pieces (NULL, xinner, INTVAL (size) - used, align,
1431 move_by_pieces (rtx to, rtx from, unsigned HOST_WIDE_INT len, function

Completed in 33 milliseconds