Home | History | Annotate | Download | only in perf

Lines Matching defs:constraint

5514     char *constraint;
5517 int ref_index; /* if >= 0, gives reference to a output constraint */
5518 int input_index; /* if >= 0, gives reference to an input constraint */
6257 /* XXX: need better constraint for second operand */
16602 /* return the constraint priority (we allocate first the lowest
16642 error("unknown constraint '%c'", c);
16683 /* compute constraint priority and evaluate references to output
16687 str = op->constraint;
16690 /* this is a reference to another constraint */
16693 error("invalid reference in constraint %d ('%s')",
16735 str = op->constraint;
16848 error("asm constraint %d ('%s') could not be satisfied",
16849 j, op->constraint);
16886 op->constraint,
17822 /* find a constraint by its number or id (gcc 3 extended
17824 constraint */
17929 op->constraint = tcc_malloc(tokc.cstr->size);
17930 strcpy(op->constraint, tokc.cstr->data);
17938 constraint is used. Note that it may come from
17944 !strchr(op->constraint, 'm')) {
18069 tcc_free(op->constraint);