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

123456

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgentarget-def.c92 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 !
177 " (excluding match_dups)", name, opno); local
[all...]
H A Dgenoutput.c435 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]
431 int opno; local
1156 mdep_constraint_len(const char *s, file_location loc, int opno) argument
[all...]
H A Drecog.c2569 int opno;
2584 for (opno = 0; opno < recog_data.n_operands; opno++)
2585 matching_operands[opno] = -1;
2587 for (opno = 0; opno < recog_data.n_operands; opno++)
2589 rtx op = recog_data.operand[opno];
2591 const char *p = constraints[opno];
2560 int opno; local
2784 int opno, eopno; local
[all...]
H A Dgensupport.c1977 int i, j, len, opno;
1983 opno = XINT (pattern, 0);
1984 gcc_assert (opno >= 0 && opno < MAX_OPERANDS);
1985 used_operands_numbers [opno] = 1;
2012 int i, j, len, opno;
2016 opno = XINT (pattern, 0);
2017 gcc_assert (opno >= 0 && opno < MAX_OPERANDS);
2018 mark_operands_from_match_dup (operand_data[opno]);
1973 int i, j, len, opno; local
2008 int i, j, len, opno; local
2106 generate_match_dup(int opno) argument
2125 int i, j, len, opno; local
2190 int i, j, len, opno; local
[all...]
H A Dgenrecog.c1141 /* Check XINT (X, u.opno) == LABEL. */
1144 /* Check XWINT (X, u.opno) == LABEL. */
1162 /* Check rtx_equal_p (X, operands[u.opno]). */
1175 /* Execute operands[u.opno] = X. (Always succeeds.) */
1196 int opno;
1274 rtx_test::int_field (position *pos, int opno)
1277 res.u.opno = opno;
1282 rtx_test::wide_int_field (position *pos, int opno)
1285 res.u.opno
1192 int opno; member in union:__anon923
1270 int_field(position *pos, int opno) argument
1278 wide_int_field(position *pos, int opno) argument
1319 duplicate(position *pos, int opno) argument
1349 set_op(position *pos, int opno) argument
4139 int opno = XINT (e->pattern, 0); local
[all...]
H A Doptabs.h347 extern bool insn_operand_matches (enum insn_code icode, unsigned int opno,
353 unsigned int opno, unsigned int nops,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgentarget-def.cc92 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 !
177 " (excluding match_dups)", name, opno); local
[all...]
H A Dgenoutput.cc435 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]
431 int opno; local
1169 mdep_constraint_len(const char *s, file_location loc, int opno) argument
[all...]
H A Dgensupport.cc1982 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
2111 generate_match_dup(int opno) argument
2130 int i, j, len, opno; local
2195 int i, j, len, opno; local
[all...]
H A Drecog.cc3061 int opno;
3076 for (opno = 0; opno < recog_data.n_operands; opno++)
3077 matching_operands[opno] = -1;
3079 for (opno = 0; opno < recog_data.n_operands; opno++)
3081 rtx op = recog_data.operand[opno];
3083 const char *p = constraints[opno];
3053 int opno; local
3279 int opno, eopno; local
[all...]
H A Doptabs.h357 extern bool insn_operand_matches (enum insn_code icode, unsigned int opno,
363 unsigned int opno, unsigned int nops,
380 enum insn_code icode, unsigned int opno);
H A Dgenrecog.cc1139 /* 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
1190 int opno; member in union:rtx_test::__anon946
1268 int_field(position *pos, int opno) argument
1276 wide_int_field(position *pos, int opno) argument
1317 duplicate(position *pos, int opno) argument
1347 set_op(position *pos, int opno) argument
4137 int opno = XINT (e->pattern, 0); local
[all...]
/netbsd-current/usr.bin/checknr/
H A Dchecknr.c67 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]
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tic6x.c1317 char *str, int opc_len, unsigned int opno)
1618 " not a valid even/odd pair"), opno,
1673 as_bad (_("junk after operand %u of '%.*s'"), opno,
1687 opno, opc_len, str);
1693 opno, opc_len, str);
1698 opno, opc_len, str);
1703 opno, opc_len, str);
1708 opno, opc_len, str);
2492 unsigned int opno; local
2504 opno
1316 tic6x_parse_operand(char **p, tic6x_operand *op, unsigned int op_forms, char *str, int opc_len, unsigned int opno) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic6x.c1312 char *str, int opc_len, unsigned int opno)
1613 " not a valid even/odd pair"), opno,
1668 as_bad (_("junk after operand %u of '%.*s'"), opno,
1682 opno, opc_len, str);
1688 opno, opc_len, str);
1693 opno, opc_len, str);
1698 opno, opc_len, str);
1703 opno, opc_len, str);
2487 unsigned int opno; local
2499 opno
1311 tic6x_parse_operand(char **p, tic6x_operand *op, unsigned int op_forms, char *str, int opc_len, unsigned int opno) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-tic6x.c1314 char *str, int opc_len, unsigned int opno)
1615 " not a valid even/odd pair"), opno,
1670 as_bad (_("junk after operand %u of '%.*s'"), opno,
1684 opno, opc_len, str);
1690 opno, opc_len, str);
1695 opno, opc_len, str);
1700 opno, opc_len, str);
1705 opno, opc_len, str);
2489 unsigned int opno; local
2501 opno
1313 tic6x_parse_operand(char **p, tic6x_operand *op, unsigned int op_forms, char *str, int opc_len, unsigned int opno) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv-builtins.c241 int opno = 0; local
243 create_output_operand (&ops[opno++], target, TYPE_MODE (TREE_TYPE (exp)));
246 gcc_assert (opno + call_expr_nargs (exp)
249 riscv_prepare_builtin_arg (&ops[opno++], exp, argno);
251 return riscv_expand_builtin_insn (icode, opno, ops, has_target_p);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv-builtins.cc241 int opno = 0; local
243 create_output_operand (&ops[opno++], target, TYPE_MODE (TREE_TYPE (exp)));
246 gcc_assert (opno + call_expr_nargs (exp)
249 riscv_prepare_builtin_arg (&ops[opno++], exp, argno);
251 return riscv_expand_builtin_insn (icode, opno, ops, has_target_p);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch-builtins.cc329 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);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-cost.c57 int opno ATTRIBUTE_UNUSED,
407 int opno ATTRIBUTE_UNUSED,
514 int opno,
522 return rtx_cost_model.speed_prefer(x, code, outer_code, opno, total);
524 return rtx_cost_model.size_prefer(x, code, outer_code, opno, total);
511 nds32_rtx_costs_impl(rtx x, machine_mode mode ATTRIBUTE_UNUSED, int outer_code, int opno, int *total, bool speed) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-cost.cc57 int opno ATTRIBUTE_UNUSED,
407 int opno ATTRIBUTE_UNUSED,
514 int opno,
522 return rtx_cost_model.speed_prefer(x, code, outer_code, opno, total);
524 return rtx_cost_model.size_prefer(x, code, outer_code, opno, total);
511 nds32_rtx_costs_impl(rtx x, machine_mode mode ATTRIBUTE_UNUSED, int outer_code, int opno, int *total, bool speed) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rl78/
H A Drl78.c3062 move_to_acc (int opno, rtx_insn *before)
3064 rtx src = OP (opno);
3071 mode = recog_data.operand_mode[opno];
3096 move_from_acc (unsigned int opno, rtx_insn *after)
3098 rtx dest = OP (opno);
3123 move_to_x (int opno, rtx_insn *before)
3125 rtx src = OP (opno);
3130 mode = recog_data.operand_mode[opno];
3133 if (mode == QImode || ! is_virtual_register (OP (opno)))
3135 OP (opno)
3054 move_to_acc(int opno, rtx_insn *before) argument
3088 move_from_acc(unsigned int opno, rtx_insn *after) argument
3115 move_to_x(int opno, rtx_insn *before) argument
3138 move_to_hl(int opno, rtx_insn *before) argument
3161 move_to_de(int opno, rtx_insn *before) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rl78/
H A Drl78.cc3062 move_to_acc (int opno, rtx_insn *before)
3064 rtx src = OP (opno);
3071 mode = recog_data.operand_mode[opno];
3096 move_from_acc (unsigned int opno, rtx_insn *after)
3098 rtx dest = OP (opno);
3123 move_to_x (int opno, rtx_insn *before)
3125 rtx src = OP (opno);
3130 mode = recog_data.operand_mode[opno];
3133 if (mode == QImode || ! is_virtual_register (OP (opno)))
3135 OP (opno)
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc2810 unsigned int opno = m_ops.length ();
2811 machine_mode mode = insn_data[icode].operand[opno].mode;
2812 m_ops.safe_grow (opno + 1);
2831 unsigned int opno = m_ops.length ();
2832 const insn_operand_data &operand = insn_data[icode].operand[opno];
3124 unsigned int opno = 0;
3125 rtx fallback_arg = get_fallback_value (mode, nops, merge_argno, opno);
3126 rtx pred = args[opno++];
3131 add_input_operand (icode, args[opno + i]);
3152 unsigned int opno
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc2809 unsigned int opno = m_ops.length ();
2810 machine_mode mode = insn_data[icode].operand[opno].mode;
2811 m_ops.safe_grow (opno + 1, true);
2830 unsigned int opno = m_ops.length ();
2831 const insn_operand_data &operand = insn_data[icode].operand[opno];
3123 unsigned int opno = 0;
3124 rtx fallback_arg = get_fallback_value (mode, nops, merge_argno, opno);
3125 rtx pred = args[opno++];
3130 add_input_operand (icode, args[opno + i]);
3151 unsigned int opno
[all...]

Completed in 302 milliseconds

123456