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

  /src/external/gpl3/gcc/dist/gcc/
expr.cc 1576 class move_by_pieces_d : public op_by_pieces_d
1583 move_by_pieces_d (rtx to, rtx from, unsigned HOST_WIDE_INT len,
1597 move_by_pieces_d::prepare_mode (machine_mode mode, unsigned int align)
1611 move_by_pieces_d::generate (rtx op0, rtx op1,
1629 move_by_pieces_d::finish_retmode (memop_ret retmode)
1659 move_by_pieces_d data (to, from, len, align);
1573 class move_by_pieces_d : public op_by_pieces_d class in inherits:op_by_pieces_d
1580 move_by_pieces_d (rtx to, rtx from, unsigned HOST_WIDE_INT len, function in class:move_by_pieces_d
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 1359 class move_by_pieces_d : public op_by_pieces_d
1366 move_by_pieces_d (rtx to, rtx from, unsigned HOST_WIDE_INT len,
1380 move_by_pieces_d::prepare_mode (machine_mode mode, unsigned int align)
1394 move_by_pieces_d::generate (rtx op0, rtx op1,
1412 move_by_pieces_d::finish_retmode (memop_ret retmode)
1442 move_by_pieces_d data (to, from, len, align);
1356 class move_by_pieces_d : public op_by_pieces_d class in inherits:op_by_pieces_d
1363 move_by_pieces_d (rtx to, rtx from, unsigned HOST_WIDE_INT len, function in class:move_by_pieces_d

Completed in 26 milliseconds