Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDcombine.c7369 if_then_else_cond (rtx x, rtx *ptrue, rtx *pfalse) in if_then_else_cond() argument
7380 *ptrue = (code == NE) ? const_true_rtx : const0_rtx; in if_then_else_cond()
7390 *ptrue = simplify_gen_unary (code, mode, true0, GET_MODE (XEXP (x, 0))); in if_then_else_cond()
7422 *ptrue = simplify_gen_relational (code, mode, VOIDmode, in if_then_else_cond()
7429 *ptrue = simplify_gen_binary (code, mode, true0, true1); in if_then_else_cond()
7462 *ptrue = simplify_gen_binary (MULT, mode, op0, const_true_rtx); in if_then_else_cond()
7493 *ptrue = *pfalse = const0_rtx; in if_then_else_cond()
7504 *ptrue = XEXP (x, 1), *pfalse = XEXP (x, 2); in if_then_else_cond()
7509 *ptrue = XEXP (x, 2), *pfalse = XEXP (x, 1); in if_then_else_cond()
7528 *ptrue = true0; in if_then_else_cond()
[all …]