Home
last modified time | relevance | path

Searched refs:nlabel (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Djump.c1565 redirect_exp_1 (rtx *loc, rtx olabel, rtx nlabel, rtx insn) in redirect_exp_1() argument
1577 if (nlabel) in redirect_exp_1()
1578 n = gen_rtx_LABEL_REF (Pmode, nlabel); in redirect_exp_1()
1588 if (nlabel) in redirect_exp_1()
1589 x = gen_rtx_LABEL_REF (Pmode, nlabel); in redirect_exp_1()
1598 if (code == SET && nlabel == 0 && SET_DEST (x) == pc_rtx in redirect_exp_1()
1610 redirect_exp_1 (&XEXP (x, i), olabel, nlabel, insn); in redirect_exp_1()
1615 redirect_exp_1 (&XVECEXP (x, i, j), olabel, nlabel, insn); in redirect_exp_1()
1625 redirect_jump_1 (rtx jump, rtx nlabel) in redirect_jump_1() argument
1635 redirect_exp_1 (loc, JUMP_LABEL (jump), nlabel, jump); in redirect_jump_1()
[all …]
Dreorg.c1876 reorg_redirect_jump (rtx jump, rtx nlabel) in reorg_redirect_jump() argument
1879 return redirect_jump (jump, nlabel, 1); in reorg_redirect_jump()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Djump.c1990 redirect_exp_1 (loc, olabel, nlabel, insn) in redirect_exp_1() argument
1992 rtx olabel, nlabel;
2005 if (nlabel)
2006 n = gen_rtx_LABEL_REF (VOIDmode, nlabel);
2016 x = gen_rtx_LABEL_REF (VOIDmode, nlabel);
2023 if (code == SET && nlabel == 0 && SET_DEST (x) == pc_rtx
2035 redirect_exp_1 (&XEXP (x, i), olabel, nlabel, insn);
2040 redirect_exp_1 (&XVECEXP (x, i, j), olabel, nlabel, insn);
2048 redirect_exp (olabel, nlabel, insn) in redirect_exp() argument
2049 rtx olabel, nlabel; in redirect_exp()
[all …]
Dreorg.c1942 reorg_redirect_jump (jump, nlabel) in reorg_redirect_jump() argument
1944 rtx nlabel;
1947 return redirect_jump (jump, nlabel, 1);
DChangeLog.31942 if nlabel is null.