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

/freebsd-10.0-release/contrib/gcc/
H A Dexpr.c3177 rtx xpart = operand_subword (x, i, 1, mode);
3198 gcc_assert (xpart && ypart);
3200 need_clobber |= (GET_CODE (xpart) == SUBREG);
3202 last_insn = emit_move_insn (xpart, ypart);
3167 rtx xpart = operand_subword (x, i, 1, mode); local

Completed in 251 milliseconds