Searched refs:num_alt (Results 1 – 3 of 3) sorted by relevance
1240 int num_alt = id->num_alternatives; local1244 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; local1545 num_alt = insn_alternatives[insn_code];[all …]
13013 instead of num_alt and insn_index.
1037 int num_alt = id->num_alternatives; in convert_set_attr_alternative() local1041 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() local1282 num_alt = insn_alternatives[insn_code]; in get_attr_value()1287 && (num_alt == 0 || av->first_insn == NULL in get_attr_value()