Searched refs:target_piece (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Doptabs.c965 rtx target_piece = operand_subword (target, i, 1, mode);
969 target_piece, unsignedp, next_methods);
974 if (target_piece != x)
975 emit_move_insn (target_piece, x);
1274 rtx target_piece = operand_subword (xtarget, index, 1, mode);
1282 target_piece, unsignedp, next_methods);
1324 emit_move_insn (target_piece, newx);
2495 rtx target_piece = operand_subword (target, i, 1, mode);
2498 target_piece, unsignedp);
2500 if (target_piece !
960 rtx target_piece = operand_subword (target, i, 1, mode); local
1269 rtx target_piece = operand_subword (xtarget, index, 1, mode); local
2487 rtx target_piece = operand_subword (target, i, 1, mode); local
2509 rtx target_piece; local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Doptabs.c1481 rtx target_piece = operand_subword (target, i, 1, mode);
1485 target_piece, unsignedp, next_methods);
1490 if (target_piece != x)
1491 emit_move_insn (target_piece, x);
1739 rtx target_piece = operand_subword (xtarget, index, 1, mode);
1747 target_piece, unsignedp, next_methods);
1789 emit_move_insn (target_piece, newx);
1793 if (x != target_piece)
1794 emit_move_insn (target_piece, x);
2661 rtx target_piece
1475 rtx target_piece = operand_subword (target, i, 1, mode); local
1733 rtx target_piece = operand_subword (xtarget, index, 1, mode); local
2651 rtx target_piece = operand_subword (target, i, 1, mode); local
[all...]

Completed in 135 milliseconds