Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDjump.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 …]
HDreorg.c1876 reorg_redirect_jump (rtx jump, rtx nlabel) in reorg_redirect_jump() argument
1879 return redirect_jump (jump, nlabel, 1); in reorg_redirect_jump()
HDChangeLog-200529705 nlabel == JUMP_LABEL (jump).
30228 * jump.c (redirect_exp_1): If nlabel is a NULL pointer create a
HDChangeLog-200017208 if nlabel is null.