Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dgenattrtab.c4440 rtx code_exp, lats_exp, byps_exp; in make_automaton_attrs() local
4445 code_exp = rtx_alloc (COND); in make_automaton_attrs()
4448 XVEC (code_exp, 0) = rtvec_alloc (n_insn_reservs * 2); in make_automaton_attrs()
4451 XEXP (code_exp, 1) = make_numeric_value (n_insn_reservs + 1); in make_automaton_attrs()
4458 XVECEXP (code_exp, 0, i) = decl->condexp; in make_automaton_attrs()
4461 XVECEXP (code_exp, 0, i+1) = make_numeric_value (decl->insn_num); in make_automaton_attrs()
4485 make_internal_attr ("*internal_dfa_insn_code", code_exp, ATTR_NONE); in make_automaton_attrs()