Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgenattrtab.c4705 rtx code_exp, lats_exp, byps_exp; in make_automaton_attrs() local
4857 byps_exp = make_numeric_value (0); in make_automaton_attrs()
4862 byps_exp = rtx_alloc (COND); in make_automaton_attrs()
4863 XVEC (byps_exp, 0) = rtvec_alloc (n_bypasses * 2); in make_automaton_attrs()
4864 XEXP (byps_exp, 1) = make_numeric_value (0); in make_automaton_attrs()
4870 XVECEXP (byps_exp, 0, i) = decl->condexp; in make_automaton_attrs()
4871 XVECEXP (byps_exp, 0, i+1) = make_numeric_value (1); in make_automaton_attrs()
4876 make_internal_attr ("*bypass_p", byps_exp, ATTR_NONE); in make_automaton_attrs()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenattrtab.c4870 rtx code_exp, lats_exp, byps_exp; in make_automaton_attrs() local
5048 byps_exp = make_numeric_value (0); in make_automaton_attrs()
5053 byps_exp = rtx_alloc (COND); in make_automaton_attrs()
5054 XVEC (byps_exp, 0) = rtvec_alloc (n_bypassed * 2); in make_automaton_attrs()
5055 XEXP (byps_exp, 1) = make_numeric_value (0); in make_automaton_attrs()
5061 XVECEXP (byps_exp, 0, i) = decl->condexp; in make_automaton_attrs()
5062 XVECEXP (byps_exp, 0, i+1) = make_numeric_value (1); in make_automaton_attrs()
5067 make_internal_attr ("*bypass_p", byps_exp, ATTR_NONE); in make_automaton_attrs()