Searched refs:n_ops (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dregrename.c1532 hide_operands (int n_ops, rtx *old_operands, rtx *old_dups, argument
1537 for (i = 0; i < n_ops; i++)
1567 restore_operands (rtx_insn *insn, int n_ops, rtx *old_operands, rtx *old_dups) argument
1572 for (i = 0; i < n_ops; i++)
1586 int n_ops = recog_data.n_operands; local
1591 for (i = 0; i < n_ops + recog_data.n_dups; i++)
1593 int opn = i < n_ops ? i : recog_data.dup_num[i - n_ops];
1594 rtx *loc = (i < n_ops
1596 : recog_data.dup_loc[i - n_ops]);
1645 int n_ops; local
[all...]
H A Dsimplify-rtx.c4785 int n_ops = 2;
4805 for (i = 0; i < n_ops; i++)
4815 if (n_ops == ARRAY_SIZE (ops))
4818 ops[n_ops].op = XEXP (this_op, 1);
4819 ops[n_ops].neg = (this_code == MINUS) ^ this_neg;
4820 n_ops++;
4833 || (i != n_ops - 2
4834 && !(REG_P (ops[i].op) && REG_P (ops[n_ops - 1].op))))
4846 if (n_ops != ARRAY_SIZE (ops)
4852 ops[n_ops]
4775 int n_ops = 2; local
[all...]
H A Dregcprop.c762 int n_ops, i, predicated; local
826 n_ops = recog_data.n_operands;
833 for (i = 0; i < n_ops; ++i)
846 for (i = 0; i < n_ops; i++)
860 for (i = 0; i < n_ops; i++)
968 for (i = 0; i < n_ops; i++)
H A Dira-costs.c500 record_reg_classes (int n_alts, int n_ops, rtx *ops,
510 for (i = 0; i < n_ops; i++)
532 for (i = 0; i < n_ops; i++)
1014 for (; i < n_ops; ++i)
1022 for (i = 0; i < n_ops; i++)
1041 for (i = 0; i < n_ops; i++)
497 record_reg_classes(int n_alts, int n_ops, rtx *ops, machine_mode *modes, const char **constraints, rtx_insn *insn, enum reg_class *pref) argument
H A Dgimple-ssa-store-merging.c235 int n_ops; member in struct:symbolic_number
354 n->n_ops = 1;
570 n->n_ops = n1->n_ops + n2->n_ops;
882 if (!n->base_addr && n->n == cmpnop && n->n_ops == 1)
2608 if (n.n == cmpnop && (unsigned) n.n_ops == last - first + 1)
H A Dsel-sched.c989 int i, n_ops;
993 n_ops = recog_data.n_operands;
998 for (i = 0; i < n_ops; i++)
1014 for (i = 0; i < n_ops + recog_data.n_dups; i++)
1016 int opn = i < n_ops ? i : recog_data.dup_num[i - n_ops];
983 int i, n_ops; local
H A Dgenmatch.c2798 unsigned n_ops = e->ops.length (); local
2801 for (unsigned i = 0; i < n_ops; ++i)
2882 unsigned n_ops = e->ops.length (); local
2884 for (unsigned i = 0; i < n_ops; ++i)
H A Drtlanal.c6413 size_t n_ops = extract_plus_operands (info->inner, ops,
6417 if (n_ops > 1)
6424 for (size_t in = 0; in < n_ops; ++in)
6380 size_t n_ops = extract_plus_operands (info->inner, ops, local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dregrename.cc1551 hide_operands (int n_ops, rtx *old_operands, rtx *old_dups, argument
1556 for (i = 0; i < n_ops; i++)
1586 restore_operands (rtx_insn *insn, int n_ops, rtx *old_operands, rtx *old_dups) argument
1591 for (i = 0; i < n_ops; i++)
1605 int n_ops = recog_data.n_operands; local
1610 for (i = 0; i < n_ops + recog_data.n_dups; i++)
1612 int opn = i < n_ops ? i : recog_data.dup_num[i - n_ops];
1613 rtx *loc = (i < n_ops
1615 : recog_data.dup_loc[i - n_ops]);
1664 int n_ops; local
[all...]
H A Dregcprop.cc764 int n_ops, i, predicated; local
829 n_ops = recog_data.n_operands;
836 for (i = 0; i < n_ops; ++i)
849 for (i = 0; i < n_ops; i++)
863 for (i = 0; i < n_ops; i++)
986 for (i = 0; i < n_ops; i++)
H A Dsimplify-rtx.cc5311 int n_ops = 2;
5331 for (i = 0; i < n_ops; i++)
5341 if (n_ops == ARRAY_SIZE (ops))
5344 ops[n_ops].op = XEXP (this_op, 1);
5345 ops[n_ops].neg = (this_code == MINUS) ^ this_neg;
5346 n_ops++;
5359 || (i != n_ops - 2
5360 && !(REG_P (ops[i].op) && REG_P (ops[n_ops - 1].op))))
5372 if (n_ops != ARRAY_SIZE (ops)
5378 ops[n_ops]
[all...]
H A Dira-costs.cc501 record_reg_classes (int n_alts, int n_ops, rtx *ops,
523 for (i = 0; i < n_ops; i++)
548 for (i = 0; i < n_ops; i++)
560 for (i = 0; i < n_ops; i++)
1048 for (; i < n_ops; ++i)
1056 for (i = 0; i < n_ops; i++)
1102 for (i = 0; i < n_ops; i++)
498 record_reg_classes(int n_alts, int n_ops, rtx *ops, machine_mode *modes, const char **constraints, rtx_insn *insn, enum reg_class *pref) argument
H A Dgimple-ssa-store-merging.cc235 int n_ops; member in struct:__anon968::symbolic_number
354 n->n_ops = 1;
594 n->n_ops = n1->n_ops + n2->n_ops;
1013 if (!n->base_addr && n->n == cmpnop && n->n_ops == 1)
2949 if (n.n == cmpnop && (unsigned) n.n_ops == last - first + 1)
H A Dsel-sched.cc989 int i, n_ops;
993 n_ops = recog_data.n_operands;
998 for (i = 0; i < n_ops; i++)
1014 for (i = 0; i < n_ops + recog_data.n_dups; i++)
1016 int opn = i < n_ops ? i : recog_data.dup_num[i - n_ops];
983 int i, n_ops; local
H A Dgenmatch.cc2809 unsigned n_ops = e->ops.length (); local
2812 for (unsigned i = 0; i < n_ops; ++i)
2893 unsigned n_ops = e->ops.length (); local
2895 for (unsigned i = 0; i < n_ops; ++i)
H A Drtlanal.cc6725 size_t n_ops = extract_plus_operands (info->inner, ops,
6729 if (n_ops > 1)
6736 for (size_t in = 0; in < n_ops; ++in)
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-rl78.c59 int n_ops; member in struct:rl78_bytesT
90 rl78_bytes.relax[rl78_bytes.n_relax].val_ofs = rl78_bytes.n_base + rl78_bytes.n_ops;
184 char * ip = rl78_bytes.ops + rl78_bytes.n_ops;
191 rl78_bytes.n_ops += 4;
198 rl78_bytes.ops[rl78_bytes.n_ops++] =v & 0xff;
219 rl78_op_fixup (exp, rl78_bytes.n_ops * 8, nbytes * 8, type);
220 memset (rl78_bytes.ops + rl78_bytes.n_ops, 0, nbytes);
221 rl78_bytes.n_ops += nbytes;
577 int olen = rl78_bytes.n_prefix + rl78_bytes.n_base + rl78_bytes.n_ops;
597 bytes = frag_more (rl78_bytes.n_prefix + rl78_bytes.n_base + rl78_bytes.n_ops);
[all...]
H A Dtc-rx.c722 int n_ops;
749 /* We set n_ops to be "size of next opcode" if the next opcode doesn't relax. */
780 rx_bytes.relax[rx_bytes.n_relax].val_ofs = rx_bytes.n_base + rx_bytes.n_ops;
974 rx_bytes.n_ops = 2;
977 #define OP(x) rx_bytes.ops[rx_bytes.n_ops++] = (x)
994 char * ip = rx_bytes.ops + rx_bytes.n_ops;
1008 rx_bytes.n_ops += 4;
1032 rx_op_fixup (exp, rx_bytes.n_ops * 8, nbytes * 8, type);
1033 memset (rx_bytes.ops + rx_bytes.n_ops, 0, nbytes);
1034 rx_bytes.n_ops
721 int n_ops; member in struct:rx_bytesT
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-rl78.c59 int n_ops; member in struct:rl78_bytesT
90 rl78_bytes.relax[rl78_bytes.n_relax].val_ofs = rl78_bytes.n_base + rl78_bytes.n_ops;
184 char * ip = rl78_bytes.ops + rl78_bytes.n_ops;
191 rl78_bytes.n_ops += 4;
198 rl78_bytes.ops[rl78_bytes.n_ops++] =v & 0xff;
219 rl78_op_fixup (exp, rl78_bytes.n_ops * 8, nbytes * 8, type);
220 memset (rl78_bytes.ops + rl78_bytes.n_ops, 0, nbytes);
221 rl78_bytes.n_ops += nbytes;
577 int olen = rl78_bytes.n_prefix + rl78_bytes.n_base + rl78_bytes.n_ops;
597 bytes = frag_more (rl78_bytes.n_prefix + rl78_bytes.n_base + rl78_bytes.n_ops);
[all...]
H A Dtc-rx.c721 int n_ops;
748 /* We set n_ops to be "size of next opcode" if the next opcode doesn't relax. */
779 rx_bytes.relax[rx_bytes.n_relax].val_ofs = rx_bytes.n_base + rx_bytes.n_ops;
973 rx_bytes.n_ops = 2;
976 #define OP(x) rx_bytes.ops[rx_bytes.n_ops++] = (x)
993 char * ip = rx_bytes.ops + rx_bytes.n_ops;
1007 rx_bytes.n_ops += 4;
1031 rx_op_fixup (exp, rx_bytes.n_ops * 8, nbytes * 8, type);
1032 memset (rx_bytes.ops + rx_bytes.n_ops, 0, nbytes);
1033 rx_bytes.n_ops
720 int n_ops; member in struct:rx_bytesT
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-rl78.c59 int n_ops; member in struct:rl78_bytesT
90 rl78_bytes.relax[rl78_bytes.n_relax].val_ofs = rl78_bytes.n_base + rl78_bytes.n_ops;
184 char * ip = rl78_bytes.ops + rl78_bytes.n_ops;
191 rl78_bytes.n_ops += 4;
198 rl78_bytes.ops[rl78_bytes.n_ops++] =v & 0xff;
219 rl78_op_fixup (exp, rl78_bytes.n_ops * 8, nbytes * 8, type);
220 memset (rl78_bytes.ops + rl78_bytes.n_ops, 0, nbytes);
221 rl78_bytes.n_ops += nbytes;
577 int olen = rl78_bytes.n_prefix + rl78_bytes.n_base + rl78_bytes.n_ops;
597 bytes = frag_more (rl78_bytes.n_prefix + rl78_bytes.n_base + rl78_bytes.n_ops);
[all...]
H A Dtc-rx.c721 int n_ops;
748 /* We set n_ops to be "size of next opcode" if the next opcode doesn't relax. */
779 rx_bytes.relax[rx_bytes.n_relax].val_ofs = rx_bytes.n_base + rx_bytes.n_ops;
973 rx_bytes.n_ops = 2;
976 #define OP(x) rx_bytes.ops[rx_bytes.n_ops++] = (x)
993 char * ip = rx_bytes.ops + rx_bytes.n_ops;
1007 rx_bytes.n_ops += 4;
1031 rx_op_fixup (exp, rx_bytes.n_ops * 8, nbytes * 8, type);
1032 memset (rx_bytes.ops + rx_bytes.n_ops, 0, nbytes);
1033 rx_bytes.n_ops
720 int n_ops; member in struct:rx_bytesT
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv-builtins.c217 riscv_expand_builtin_insn (enum insn_code icode, unsigned int n_ops, argument
220 if (!maybe_expand_insn (icode, n_ops, ops))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv-builtins.cc217 riscv_expand_builtin_insn (enum insn_code icode, unsigned int n_ops, argument
220 if (!maybe_expand_insn (icode, n_ops, ops))

Completed in 467 milliseconds