Lines Matching refs:constraint
117 const char *constraint; member
257 printf (" \"%s\",\n", d->constraint ? d->constraint : ""); in output_operand_data()
263 printf (" %d,\n", d->constraint == NULL ? 1 : 0); in output_operand_data()
452 d->operand[opno].constraint = strip_whitespace (XSTR (part, 2)); in scan_operands()
454 = n_occurrences (',', d->operand[opno].constraint) + 1; in scan_operands()
473 d->operand[opno].constraint = strip_whitespace (XSTR (part, 1)); in scan_operands()
475 = n_occurrences (',', d->operand[opno].constraint) + 1; in scan_operands()
495 d->operand[opno].constraint = 0; in scan_operands()
543 p0 = d0->constraint; in compare_operands()
546 p1 = d1->constraint; in compare_operands()
762 for (p = d->operand[start].constraint; (c = *p); p += len) in validate_insn_alternatives()
765 && p != d->operand[start].constraint) in validate_insn_alternatives()