Lines Matching defs:pc_rtx
3293 /* Pass pc_rtx so no substitutions are done, just
3298 i1src = subst (i1src, pc_rtx, pc_rtx, 0, 0, 0);
3302 i2src = subst (i2src, pc_rtx, pc_rtx, 0, 0, 0);
4015 && SET_DEST (set1) != pc_rtx
4019 && (!JUMP_P (i3) || SET_DEST (set0) == pc_rtx)
4031 && SET_DEST (set0) != pc_rtx
4035 && (!JUMP_P (i3) || SET_DEST (set1) == pc_rtx)
4748 && SET_SRC (newpat) == pc_rtx
4749 && SET_DEST (newpat) == pc_rtx)
4758 && SET_SRC (PATTERN (undobuf.other_insn)) == pc_rtx
4759 && SET_DEST (PATTERN (undobuf.other_insn)) == pc_rtx)
5764 true_rtx = subst (copy_rtx (true_rtx), pc_rtx, pc_rtx, 0, 0, 0);
5765 false_rtx = subst (copy_rtx (false_rtx), pc_rtx, pc_rtx, 0, 0, 0);
6475 pc_rtx, pc_rtx, 0, 0, 0);
6479 pc_rtx, pc_rtx, 0, 0, 0);
6497 && (true_rtx == pc_rtx
6499 && !CONST_INT_P (false_rtx) && false_rtx != pc_rtx)
6706 pc_rtx, pc_rtx, 0, 0, 0);
6710 temp = subst (temp, pc_rtx, pc_rtx, 0, 0, 0);
6839 SUBST (SET_DEST (x), pc_rtx);
6840 SUBST (SET_SRC (x), pc_rtx);
14633 PATTERN (tem_insn) = pc_rtx;
14881 if (reg == pc_rtx)