Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenattrtab.c212 rtx condexp; /* Expression TRUE for applicable insn. */ member
233 rtx condexp; /* Expression TRUE for insn needing unit. */ member
1241 rtx condexp; local
1254 condexp = rtx_alloc (COND);
1255 XVEC (condexp, 0) = rtvec_alloc ((num_alt - 1) * 2);
1262 XVECEXP (condexp, 0, 2 * i) = attr_eq (alternative_name, p);
1263 XVECEXP (condexp, 0, 2 * i + 1) = XVECEXP (exp, 1, i);
1266 XEXP (condexp, 1) = XVECEXP (exp, 1, i);
1268 return attr_rtx (SET, attr_rtx (ATTR, XSTR (exp, 0)), condexp);
1375 rtx condexp;
[all …]
H A Dgenautomata.c819 rtx condexp; member
2068 DECL_INSN_RESERV (decl)->condexp = XEXP (def, 2);
2708 DECL_INSN_RESERV (decl)->condexp in process_decls()
2709 = check_attr_test (DECL_INSN_RESERV (decl)->condexp, 0, 0); in process_decls()
8854 DECL_INSN_RESERV (decl)->condexp); in output_description()
9219 rtx condexp; in make_insn_alts_attr() local
9221 condexp = rtx_alloc (COND); in make_insn_alts_attr()
9222 XVEC (condexp, 0) = rtvec_alloc ((description->insns_num - 1) * 2); in make_insn_alts_attr()
9223 XEXP (condexp, 1) = make_numeric_value (0); in make_insn_alts_attr()
9229 XVECEXP (condexp, 0, 2 * insn_num) in make_insn_alts_attr()
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dgenattrtab.c1038 rtx condexp; in convert_set_attr_alternative() local
1051 condexp = rtx_alloc (COND); in convert_set_attr_alternative()
1052 XVEC (condexp, 0) = rtvec_alloc ((num_alt - 1) * 2); in convert_set_attr_alternative()
1059 XVECEXP (condexp, 0, 2 * i) = attr_eq (alternative_name, p); in convert_set_attr_alternative()
1060 XVECEXP (condexp, 0, 2 * i + 1) = XVECEXP (exp, 1, i); in convert_set_attr_alternative()
1063 XEXP (condexp, 1) = XVECEXP (exp, 1, i); in convert_set_attr_alternative()
1065 return attr_rtx (SET, attr_rtx (ATTR, XSTR (exp, 0)), condexp); in convert_set_attr_alternative()
1320 rtx condexp; in expand_delays() local
1327 condexp = rtx_alloc (COND); in expand_delays()
1328 XVEC (condexp, 0) = rtvec_alloc (num_delays * 2); in expand_delays()
[all …]
H A Dgenautomata.c452 rtx condexp; member
1717 DECL_INSN_RESERV (decl)->condexp = XEXP (def, 2); in gen_insn_reserv()
8554 DECL_INSN_RESERV (decl)->condexp); in output_description()