Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDcombine.c7373 rtx cond0, cond1, true0, true1, false0, false1; in if_then_else_cond() local
7388 && (cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0)) != 0) in if_then_else_cond()
7390 *ptrue = simplify_gen_unary (code, mode, true0, GET_MODE (XEXP (x, 0))); in if_then_else_cond()
7406 cond0 = if_then_else_cond (XEXP (x, 0), &true0, &false0); in if_then_else_cond()
7416 true0 = copy_rtx (true0); in if_then_else_cond()
7423 true0, true1); in if_then_else_cond()
7429 *ptrue = simplify_gen_binary (code, mode, true0, true1); in if_then_else_cond()
7520 &true0, &false0))) in if_then_else_cond()
7522 true0 = simplify_gen_subreg (mode, true0, in if_then_else_cond()
7526 if (true0 && false0) in if_then_else_cond()
[all …]