Searched refs:lats_exp (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgenattrtab.c4440 rtx code_exp, lats_exp, byps_exp;
4446 lats_exp = rtx_alloc (COND);
4449 XVEC (lats_exp, 0) = rtvec_alloc (n_insn_reservs * 2);
4452 XEXP (lats_exp, 1) = make_numeric_value (0);
4459 XVECEXP (lats_exp, 0, i) = decl->condexp;
4462 XVECEXP (lats_exp, 0, i+1) = make_numeric_value (decl->default_latency);
4486 make_internal_attr ("*insn_default_latency", lats_exp, ATTR_NONE);
4439 rtx code_exp, lats_exp, byps_exp; local

Completed in 20 milliseconds