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

/haiku-buildtools/legacy/gcc/gcc/
H A Dsched.c4060 rtx insn_dest = SET_DEST (set);
4062 while (GET_CODE (insn_dest) == ZERO_EXTRACT
4063 || GET_CODE (insn_dest) == SUBREG
4064 || GET_CODE (insn_dest) == STRICT_LOW_PART
4065 || GET_CODE (insn_dest) == SIGN_EXTRACT)
4066 insn_dest = XEXP (insn_dest, 0);
4068 if (insn_dest != dest)
4051 rtx insn_dest = SET_DEST (set); local
H A Dhaifa-sched.c8310 rtx insn_dest = SET_DEST (set);
8312 while (GET_CODE (insn_dest) == ZERO_EXTRACT
8313 || GET_CODE (insn_dest) == SUBREG
8314 || GET_CODE (insn_dest) == STRICT_LOW_PART
8315 || GET_CODE (insn_dest) == SIGN_EXTRACT)
8316 insn_dest = XEXP (insn_dest, 0);
8318 if (insn_dest != dest)
8301 rtx insn_dest = SET_DEST (set); local

Completed in 119 milliseconds