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

  /src/external/gpl3/gcc/dist/gcc/
expr.cc 2143 emit_block_move (rtx x, rtx y, rtx size, enum block_op_methods method,
2156 /* A subroutine of emit_block_move. Returns true if calling the
2208 /* A subroutine of emit_block_move. Expand a cpymem or movmem pattern;
2415 /* A subroutine of emit_block_move. Copy the data via an explicit
4413 emit_block_move (x, y, gen_int_mode (GET_MODE_SIZE (mode), Pmode),
4612 This mode cannot be BLKmode; use emit_block_move for that.
5503 emit_block_move (target, xinner, size, BLOCK_OP_CALL_PARM);
6403 emit_block_move (to_rtx, value, expr_size (from), BLOCK_OP_NORMAL);
6865 emit_block_move (target, temp, size,
6888 emit_block_move (target, temp, copy_size_rtx
2139 emit_block_move (rtx x, rtx y, rtx size, enum block_op_methods method, function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 1912 emit_block_move (rtx x, rtx y, rtx size, enum block_op_methods method)
1923 /* A subroutine of emit_block_move. Returns true if calling the
1975 /* A subroutine of emit_block_move. Expand a cpymem or movmem pattern;
2082 /* A subroutine of emit_block_move. Copy the data via an explicit
3809 emit_block_move (x, y, gen_int_mode (GET_MODE_SIZE (mode), Pmode),
4008 This mode cannot be BLKmode; use emit_block_move for that.
4881 emit_block_move (target, xinner, size, BLOCK_OP_CALL_PARM);
5750 emit_block_move (to_rtx, value, expr_size (from), BLOCK_OP_NORMAL);
6201 emit_block_move (target, temp, size,
6224 emit_block_move (target, temp, copy_size_rtx
1908 emit_block_move (rtx x, rtx y, rtx size, enum block_op_methods method) function
    [all...]

Completed in 22 milliseconds