HomeSort by: relevance | last modified time | path
    Searched defs:opno (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
gentarget-def.cc 92 unsigned int opno = strtol (p, &endptr, 10); local
94 *opno_out = opno;
117 unsigned int opno = 0; local
124 if (this_opno != opno || (*p != ',' && *p != ')'))
129 if (required_p && required_ops < opno)
135 opno += 1;
137 required_ops = opno;
149 opno, name);
166 if (opno == required_ops && opno != actual_ops
177 " (excluding match_dups)", name, opno); local
    [all...]
genoutput.cc 436 int opno;
444 opno = XINT (part, 0);
445 if (opno >= MAX_MAX_OPERANDS)
450 if (d->operand[opno].seen)
451 error_at (d->loc, "repeated operand number %d\n", opno);
453 d->operand[opno].seen = 1;
454 d->operand[opno].mode = GET_MODE (part);
455 d->operand[opno].strict_low = this_strict_low;
456 d->operand[opno].predicate = XSTR (part, 1);
457 d->operand[opno].constraint = strip_whitespace (XSTR (part, 2))
432 int opno; local
    [all...]
recog.cc 3094 int opno;
3109 for (opno = 0; opno < recog_data.n_operands; opno++)
3110 matching_operands[opno] = -1;
3112 for (opno = 0; opno < recog_data.n_operands; opno++)
3114 rtx op = recog_data.operand[opno];
3116 const char *p = constraints[opno];
3086 int opno; local
3306 int opno, eopno; local
    [all...]
expmed.cc 3325 int opno;
3348 for (opno = 1; opno < alg->ops; opno++)
3350 int log = alg->log[opno];
3353 = (opno == alg->ops - 1 && target != 0 && variant != add_variant
3359 switch (alg->op[opno])
3314 int opno; local
gensupport.cc 2526 int i, j, len, opno;
2532 opno = XINT (pattern, 0);
2533 gcc_assert (opno >= 0 && opno < MAX_OPERANDS);
2534 used_operands_numbers [opno] = 1;
2561 int i, j, len, opno;
2565 opno = XINT (pattern, 0);
2566 gcc_assert (opno >= 0 && opno < MAX_OPERANDS);
2567 mark_operands_from_match_dup (operand_data[opno]);
2522 int i, j, len, opno; local
2557 int i, j, len, opno; local
2674 int i, j, len, opno; local
2739 int i, j, len, opno; local
    [all...]
reload.cc 4288 int opno = recog_data.dup_num[i];
4289 *recog_data.dup_loc[i] = *recog_data.operand_loc[opno];
4290 dup_replacements (recog_data.dup_loc[i], recog_data.operand_loc[opno]);
4275 int opno = recog_data.dup_num[i]; local
genmatch.cc 1172 unsigned int opno = natural_opno >= 0 ? natural_opno : 0; local
1223 int old_j = (j == opno ? opno + 1 : j == opno + 1 ? opno : j);
3036 int opno = commutative_op (id); local
3037 if (opno >= 0)
3040 gen_opname (child_opname0, opno);
3041 gen_opname (child_opname1, opno + 1);
genrecog.cc 1139 /* Check XINT (X, u.opno) == LABEL. */
1142 /* Check XWINT (X, u.opno) == LABEL. */
1160 /* Check rtx_equal_p (X, operands[u.opno]). */
1173 /* Execute operands[u.opno] = X. (Always succeeds.) */
1194 int opno;
1272 rtx_test::int_field (position *pos, int opno)
1275 res.u.opno = opno;
1280 rtx_test::wide_int_field (position *pos, int opno)
1283 res.u.opno = opno
1190 int opno; member in union:rtx_test::__anon13722
4137 int opno = XINT (e->pattern, 0); local
    [all...]
tree-vect-patterns.cc 6601 unsigned int opno = (code == COND_EXPR ? 2 : 1); local
6602 tree type = TREE_TYPE (gimple_op (stmt, opno));
  /src/external/gpl3/gcc.old/dist/gcc/
gentarget-def.cc 92 unsigned int opno = strtol (p, &endptr, 10); local
94 *opno_out = opno;
117 unsigned int opno = 0; local
124 if (this_opno != opno || (*p != ',' && *p != ')'))
129 if (required_p && required_ops < opno)
135 opno += 1;
137 required_ops = opno;
149 opno, name);
166 if (opno == required_ops && opno != actual_ops
177 " (excluding match_dups)", name, opno); local
    [all...]
genoutput.cc 435 int opno;
443 opno = XINT (part, 0);
444 if (opno >= MAX_MAX_OPERANDS)
449 if (d->operand[opno].seen)
450 error_at (d->loc, "repeated operand number %d\n", opno);
452 d->operand[opno].seen = 1;
453 d->operand[opno].mode = GET_MODE (part);
454 d->operand[opno].strict_low = this_strict_low;
455 d->operand[opno].predicate = XSTR (part, 1);
456 d->operand[opno].constraint = strip_whitespace (XSTR (part, 2))
431 int opno; local
    [all...]
recog.cc 3067 int opno;
3082 for (opno = 0; opno < recog_data.n_operands; opno++)
3083 matching_operands[opno] = -1;
3085 for (opno = 0; opno < recog_data.n_operands; opno++)
3087 rtx op = recog_data.operand[opno];
3089 const char *p = constraints[opno];
3059 int opno; local
3285 int opno, eopno; local
    [all...]
expmed.cc 3309 int opno;
3332 for (opno = 1; opno < alg->ops; opno++)
3334 int log = alg->log[opno];
3337 = (opno == alg->ops - 1 && target != 0 && variant != add_variant
3343 switch (alg->op[opno])
3298 int opno; local
gensupport.cc 1982 int i, j, len, opno;
1988 opno = XINT (pattern, 0);
1989 gcc_assert (opno >= 0 && opno < MAX_OPERANDS);
1990 used_operands_numbers [opno] = 1;
2017 int i, j, len, opno;
2021 opno = XINT (pattern, 0);
2022 gcc_assert (opno >= 0 && opno < MAX_OPERANDS);
2023 mark_operands_from_match_dup (operand_data[opno]);
1978 int i, j, len, opno; local
2013 int i, j, len, opno; local
2130 int i, j, len, opno; local
2195 int i, j, len, opno; local
    [all...]
reload.cc 4293 int opno = recog_data.dup_num[i];
4294 *recog_data.dup_loc[i] = *recog_data.operand_loc[opno];
4295 dup_replacements (recog_data.dup_loc[i], recog_data.operand_loc[opno]);
4280 int opno = recog_data.dup_num[i]; local
genmatch.cc 1022 unsigned int opno = natural_opno >= 0 ? natural_opno : 0; local
1073 int old_j = (j == opno ? opno + 1 : j == opno + 1 ? opno : j);
2872 int opno = commutative_op (id); local
2873 if (opno >= 0)
2876 gen_opname (child_opname0, opno);
2877 gen_opname (child_opname1, opno + 1);
genrecog.cc 1139 /* Check XINT (X, u.opno) == LABEL. */
1142 /* Check XWINT (X, u.opno) == LABEL. */
1160 /* Check rtx_equal_p (X, operands[u.opno]). */
1173 /* Execute operands[u.opno] = X. (Always succeeds.) */
1194 int opno;
1272 rtx_test::int_field (position *pos, int opno)
1275 res.u.opno = opno;
1280 rtx_test::wide_int_field (position *pos, int opno)
1283 res.u.opno = opno
1190 int opno; member in union:rtx_test::__anon16152
4137 int opno = XINT (e->pattern, 0); local
    [all...]
tree-vect-patterns.cc 5321 unsigned int opno = (code == COND_EXPR ? 2 : 1); local
5322 tree type = TREE_TYPE (gimple_op (stmt, opno));
  /src/usr.bin/checknr/
checknr.c 67 int opno; /* number of opening bracket */ member in struct:stkstr
373 stk[stktop].opno == SZ) {
380 stk[++stktop].opno = SZ;
389 stk[stktop].opno == FT) {
396 stk[++stktop].opno = FT;
426 printf(".%s", br[stk[i].opno].opbr);
427 else switch(stk[i].opno) {
435 printf("Bug: stk[%d].opno = %d = .%s, .%s",
436 i, stk[i].opno, br[stk[i].opno].opbr
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv-builtins.cc 246 int opno = 0; local
248 create_output_operand (&ops[opno++], target, TYPE_MODE (TREE_TYPE (exp)));
251 gcc_assert (opno + call_expr_nargs (exp)
254 riscv_prepare_builtin_arg (&ops[opno++], exp, argno);
256 return riscv_expand_builtin_insn (icode, opno, ops, has_target_p);
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-builtins.cc 367 int opno = 0; local
369 create_output_operand (&ops[opno++], target, TYPE_MODE (TREE_TYPE (exp)));
372 gcc_assert (opno + call_expr_nargs (exp)
375 riscv_prepare_builtin_arg (&ops[opno++], exp, argno);
377 return riscv_expand_builtin_insn (icode, opno, ops, has_target_p);
riscv-vector-builtins.h 373 tree get_arg_type (unsigned opno) const;
504 int opno; member in class:riscv_vector::function_expander
654 /* Create op and add it into M_OPS and increase OPNO. */
658 create_input_operand (&m_ops[opno++], op, mode);
661 /* Create output and add it into M_OPS and increase OPNO. */
665 create_output_operand (&m_ops[opno++], target, mode);
689 create_fixed_operand (&m_ops[opno++], x);
696 create_integer_operand (&m_ops[opno++], INTVAL (x));
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch-builtins.cc 329 int opno, argno; local
332 opno = 0;
334 create_output_operand (&ops[opno++], target, TYPE_MODE (TREE_TYPE (exp)));
337 gcc_assert (opno + call_expr_nargs (exp)
340 loongarch_prepare_builtin_arg (&ops[opno++], exp, argno);
342 return loongarch_expand_builtin_insn (icode, opno, ops, has_target_p);
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic6x.c 1306 OP_FORMS. For diagnostics, this is operand OPNO of an opcode
1311 char *str, int opc_len, unsigned int opno)
1612 " not a valid even/odd pair"), opno,
1667 as_bad (_("junk after operand %u of '%.*s'"), opno,
1681 opno, opc_len, str);
1687 opno, opc_len, str);
1692 opno, opc_len, str);
1697 opno, opc_len, str);
1702 opno, opc_len, str);
2486 unsigned int opno; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic6x.c 1306 OP_FORMS. For diagnostics, this is operand OPNO of an opcode
1311 char *str, int opc_len, unsigned int opno)
1612 " not a valid even/odd pair"), opno,
1667 as_bad (_("junk after operand %u of '%.*s'"), opno,
1681 opno, opc_len, str);
1687 opno, opc_len, str);
1692 opno, opc_len, str);
1697 opno, opc_len, str);
1702 opno, opc_len, str);
2486 unsigned int opno; local
    [all...]

Completed in 103 milliseconds

1 2