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

/haiku-buildtools/legacy/gcc/gcc/
H A Dgenattrtab.c1200 convert_set_attr_alternative (exp, num_alt, insn_index)
1202 int num_alt;
1208 if (XVECLEN (exp, 1) != num_alt)
1215 XVEC (condexp, 0) = rtvec_alloc ((num_alt - 1) * 2);
1217 for (i = 0; i < num_alt - 1; i++)
1242 convert_set_attr (exp, num_alt, insn_index)
1244 int num_alt;
1269 return convert_set_attr_alternative (newexp, num_alt, insn_index);
1339 int num_alt = 0;
1342 num_alt
1491 int num_alt = 0; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgenattrtab.c1060 int num_alt = id->num_alternatives; local
1064 if (XVECLEN (exp, 1) != num_alt)
1068 XVECLEN (exp, 1), num_alt);
1075 XVEC (condexp, 0) = rtvec_alloc ((num_alt - 1) * 2);
1077 for (i = 0; i < num_alt - 1; i++)
1295 uint64_t num_alt = 0; local
1303 num_alt = insn_alternatives[insn_code];
1308 && (num_alt == 0 || av->first_insn == NULL

Completed in 104 milliseconds