Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenattrtab.c416 static rtx insert_right_side PARAMS ((enum rtx_code, rtx, rtx, int, int));
995 orexp = insert_right_side (IOR, orexp, newexp, -2, -2);
2051 orexp = insert_right_side (IOR, orexp, op->condexp, -2, -2); in expand_units()
2616 = insert_right_side (IOR, tests[i - 2], newtest,
2719 insert_right_side (code, exp, term, insn_code, insn_index) in insert_right_side() function
2749 exp = insert_right_side (code, exp, XEXP (term, 0),
2751 exp = insert_right_side (code, exp, XEXP (term, 1),
2759 rtx new = insert_right_side (code, XEXP (exp, 1),
2906 right = insert_right_side (AND, andexp, this,
2908 right = insert_right_side (AND, right,
[all …]
H A DChangeLog.613908 (simplify_cond, insert_right_side, evaluate_eq_attr,
/openbsd-src/gnu/gcc/gcc/
H A Dgenattrtab.c250 static rtx insert_right_side (enum rtx_code, rtx, rtx, int, int);
795 orexp = insert_right_side (IOR, orexp, newexp, -2, -2); in check_attr_test()
1703 = insert_right_side (IOR, tests[i - 2], newtest, in simplify_cond()
1803 insert_right_side (enum rtx_code code, rtx exp, rtx term, int insn_code, int insn_index) in insert_right_side() function
1829 exp = insert_right_side (code, exp, XEXP (term, 0), in insert_right_side()
1831 exp = insert_right_side (code, exp, XEXP (term, 1), in insert_right_side()
1839 rtx new = insert_right_side (code, XEXP (exp, 1), in insert_right_side()
1976 right = insert_right_side (AND, andexp, this, in evaluate_eq_attr()
1978 right = insert_right_side (AND, right, in evaluate_eq_attr()
1984 orexp = insert_right_side (IOR, orexp, right, in evaluate_eq_attr()
[all …]