Lines Matching refs:constraint
117 const char *constraint; member
255 printf (" \"%s\",\n", d->constraint ? d->constraint : ""); in output_operand_data()
261 printf (" %d,\n", d->constraint == NULL ? 1 : 0); in output_operand_data()
450 d->operand[opno].constraint = strip_whitespace (XSTR (part, 2)); in scan_operands()
452 = n_occurrences (',', d->operand[opno].constraint) + 1; in scan_operands()
471 d->operand[opno].constraint = strip_whitespace (XSTR (part, 1)); in scan_operands()
473 = n_occurrences (',', d->operand[opno].constraint) + 1; in scan_operands()
493 d->operand[opno].constraint = 0; in scan_operands()
541 p0 = d0->constraint; in compare_operands()
544 p1 = d1->constraint; in compare_operands()
759 for (p = d->operand[start].constraint; (c = *p); p += len) in validate_insn_alternatives()
762 && p != d->operand[start].constraint) in validate_insn_alternatives()