Searched refs:opno (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/usr.bin/checknr/
H A Dchecknr.c80 int opno; /* number of opening bracket */ member in struct:stkstr
374 stk[stktop].opno == SZ) {
381 stk[++stktop].opno = SZ;
390 stk[stktop].opno == FT) {
397 stk[++stktop].opno = FT;
428 printf(".%s", br[stk[i].opno].opbr);
429 else switch(stk[i].opno) {
437 printf("Bug: stk[%d].opno = %d = .%s, .%s",
438 i, stk[i].opno, br[stk[i].opno]
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgenoutput.c439 int opno;
447 opno = XINT (part, 0);
448 if (opno > max_opno)
449 max_opno = opno;
457 if (d->operand[opno].seen)
460 "repeated operand number %d\n", opno);
464 d->operand[opno].seen = 1;
465 d->operand[opno].mode = GET_MODE (part);
466 d->operand[opno].strict_low = this_strict_low;
467 d->operand[opno]
435 int opno; local
1187 mdep_constraint_len(const char *s, int lineno, int opno) argument
[all...]
H A Drecog.c2307 int opno;
2311 for (opno = 0; opno < recog_data.n_operands; opno++)
2313 rtx op = recog_data.operand[opno];
2315 const char *p = constraints[opno];
2321 earlyclobber[opno] = 0;
2368 earlyclobber[opno] = 1;
2370 seen_earlyclobber_at = opno;
2396 rtx op2 = recog_data.operand[opno];
2295 int opno; local
2608 int opno, eopno; local
[all...]
H A Dstmt.c1075 int opno;
1079 for (opno = 0; opno < noutputs; opno++)
1080 if (reg_overlap_mentioned_p (clobbered_reg, output_rtx[opno]))
1083 for (opno = 0; opno < ninputs - ninout; opno++)
1085 ASM_OPERANDS_INPUT (obody, opno)))
1069 int opno; local
H A Dglobal.c2158 int opno;
2164 for (opno = 0; opno < recog_data.n_operands; opno++)
2170 const char *p = recog_data.constraints[opno];
2143 int opno; local
H A Dgenrecog.c112 int opno; /* Operand number matched. */ member in union:decision_test::__anon1329
1037 test->u.opno = XINT (pattern, 0);
1059 test->u.opno = XINT (pattern, 0);
1432 return d1->u.opno == d2->u.opno;
2177 printf("%soperands[%d] = x%d;\n", indent, test->u.opno, depth);
2859 fprintf (stderr, "A_op=%d", test->u.opno);
H A Dexpmed.c285 mode_for_extraction (enum extraction_pattern pattern, int opno) argument
319 if (opno == -1)
324 if (data->operand[opno].mode == VOIDmode)
326 return data->operand[opno].mode;
2963 int opno;
2987 for (opno = 1; opno < alg->ops; opno++)
2989 int log = alg->log[opno];
2992 = (opno
2952 int opno; local
[all...]
H A Ddf-problems.c2310 int opno;
2316 for (opno = 0; opno < recog_data.n_operands; opno++)
2322 const char *p = recog_data.constraints[opno];
2304 int opno; local
H A Dreload.c4152 int opno = recog_data.dup_num[i];
4153 *recog_data.dup_loc[i] = *recog_data.operand_loc[opno];
4154 dup_replacements (recog_data.dup_loc[i], recog_data.operand_loc[opno]);
4139 int opno = recog_data.dup_num[i]; local
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c5212 int opno;
5223 for (opno = 0; opno < recog_data.n_operands; opno++)
5226 if (recog_data.operand_type[opno] == OP_IN)
5229 if (reg_overlap_mentioned_p (recog_data.operand[opno],
8152 int opno;
8166 for (opno = 0; opno < recog_data.n_operands; opno
5202 int opno; local
8138 int opno; local
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c9078 output_387_ffreep (rtx *operands ATTRIBUTE_UNUSED, int opno)
9082 return opno ? "ffreep\t%y1" : "ffreep\t%y0";
9084 switch (REGNO (operands[opno]))
9097 return opno ? "fstp\t%y1" : "fstp\t%y0";
9054 output_387_ffreep(rtx *operands ATTRIBUTE_UNUSED, int opno) argument

Completed in 188 milliseconds