Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenattrtab.c1240 int num_alt = id->num_alternatives; local
1244 if (XVECLEN (exp, 1) != num_alt)
1255 XVEC (condexp, 0) = rtvec_alloc ((num_alt - 1) * 2);
1257 for (i = 0; i < num_alt - 1; i++)
1378 int num_alt = 0;
1381 num_alt++;
1388 XVEC (condexp, 0) = rtvec_alloc ((num_alt - 1) * 2);
1392 for (i = num_alt - 2; av = av->next, i >= 0; i--)
1537 int num_alt = 0; local
1545 num_alt = insn_alternatives[insn_code];
[all …]
H A DChangeLog.413013 instead of num_alt and insn_index.
/openbsd-src/gnu/gcc/gcc/
H A Dgenattrtab.c1037 int num_alt = id->num_alternatives; in convert_set_attr_alternative() local
1041 if (XVECLEN (exp, 1) != num_alt) in convert_set_attr_alternative()
1052 XVEC (condexp, 0) = rtvec_alloc ((num_alt - 1) * 2); in convert_set_attr_alternative()
1054 for (i = 0; i < num_alt - 1; i++) in convert_set_attr_alternative()
1274 int num_alt = 0; in get_attr_value() local
1282 num_alt = insn_alternatives[insn_code]; in get_attr_value()
1287 && (num_alt == 0 || av->first_insn == NULL in get_attr_value()