Home
last modified time | relevance | path

Searched refs:n_ops (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dregrename.cc1551 hide_operands (int n_ops, rtx *old_operands, rtx *old_dups, in hide_operands() argument
1556 for (i = 0; i < n_ops; i++) in hide_operands()
1586 restore_operands (rtx_insn *insn, int n_ops, rtx *old_operands, rtx *old_dups) in restore_operands() argument
1591 for (i = 0; i < n_ops; i++) in restore_operands()
1605 int n_ops = recog_data.n_operands; in record_out_operands() local
1610 for (i = 0; i < n_ops + recog_data.n_dups; i++) in record_out_operands()
1612 int opn = i < n_ops ? i : recog_data.dup_num[i - n_ops]; in record_out_operands()
1613 rtx *loc = (i < n_ops in record_out_operands()
1615 : recog_data.dup_loc[i - n_ops]); in record_out_operands()
1664 int n_ops; in build_def_use() local
[all …]
H A Dsimplify-rtx.cc5301 int n_ops = 2; in simplify_plus_minus() local
5321 for (i = 0; i < n_ops; i++) in simplify_plus_minus()
5331 if (n_ops == ARRAY_SIZE (ops)) in simplify_plus_minus()
5334 ops[n_ops].op = XEXP (this_op, 1); in simplify_plus_minus()
5335 ops[n_ops].neg = (this_code == MINUS) ^ this_neg; in simplify_plus_minus()
5336 n_ops++; in simplify_plus_minus()
5349 || (i != n_ops - 2 in simplify_plus_minus()
5350 && !(REG_P (ops[i].op) && REG_P (ops[n_ops - 1].op)))) in simplify_plus_minus()
5362 if (n_ops != ARRAY_SIZE (ops) in simplify_plus_minus()
5368 ops[n_ops].op = XEXP (XEXP (this_op, 0), 1); in simplify_plus_minus()
[all …]
H A Dregcprop.cc764 int n_ops, i, predicated; in copyprop_hardreg_forward_1() local
829 n_ops = recog_data.n_operands; in copyprop_hardreg_forward_1()
836 for (i = 0; i < n_ops; ++i) in copyprop_hardreg_forward_1()
849 for (i = 0; i < n_ops; i++) in copyprop_hardreg_forward_1()
863 for (i = 0; i < n_ops; i++) in copyprop_hardreg_forward_1()
986 for (i = 0; i < n_ops; i++) in copyprop_hardreg_forward_1()
H A Dira-costs.cc498 record_reg_classes (int n_alts, int n_ops, rtx *ops, in record_reg_classes() argument
520 for (i = 0; i < n_ops; i++) in record_reg_classes()
545 for (i = 0; i < n_ops; i++) in record_reg_classes()
557 for (i = 0; i < n_ops; i++) in record_reg_classes()
1045 for (; i < n_ops; ++i) in record_reg_classes()
1053 for (i = 0; i < n_ops; i++) in record_reg_classes()
1099 for (i = 0; i < n_ops; i++) in record_reg_classes()
H A Dgimple-ssa-store-merging.cc235 int n_ops; member
354 n->n_ops = 1; in init_symbolic_number()
594 n->n_ops = n1->n_ops + n2->n_ops; in perform_symbolic_merge()
1013 if (!n->base_addr && n->n == cmpnop && n->n_ops == 1) in find_bswap_or_nop()
2949 if (n.n == cmpnop && (unsigned) n.n_ops == last - first + 1) in try_coalesce_bswap()
H A Dsel-sched.cc983 int i, n_ops; in get_reg_class() local
987 n_ops = recog_data.n_operands; in get_reg_class()
992 for (i = 0; i < n_ops; i++) in get_reg_class()
1008 for (i = 0; i < n_ops + recog_data.n_dups; i++) in get_reg_class()
1010 int opn = i < n_ops ? i : recog_data.dup_num[i - n_ops]; in get_reg_class()
H A Dgenmatch.cc2811 unsigned n_ops = e->ops.length (); in gen_gimple_expr() local
2814 for (unsigned i = 0; i < n_ops; ++i) in gen_gimple_expr()
2895 unsigned n_ops = e->ops.length (); in gen_generic_expr() local
2897 for (unsigned i = 0; i < n_ops; ++i) in gen_generic_expr()
H A DChangeLog-201723641 * tree-ssa-math-opts.c (struct symbolic_number): Add n_ops field.
23643 (perform_symbolic_merge): Add n_ops from both operands into the new
23644 n_ops.
H A DChangeLog-200235186 * simplify-rtx.c (simplify_plus_minus): Bump n_ops for NOT.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dregrename.c1532 hide_operands (int n_ops, rtx *old_operands, rtx *old_dups, in hide_operands() argument
1537 for (i = 0; i < n_ops; i++) in hide_operands()
1567 restore_operands (rtx_insn *insn, int n_ops, rtx *old_operands, rtx *old_dups) in restore_operands() argument
1572 for (i = 0; i < n_ops; i++) in restore_operands()
1586 int n_ops = recog_data.n_operands; in record_out_operands() local
1591 for (i = 0; i < n_ops + recog_data.n_dups; i++) in record_out_operands()
1593 int opn = i < n_ops ? i : recog_data.dup_num[i - n_ops]; in record_out_operands()
1594 rtx *loc = (i < n_ops in record_out_operands()
1596 : recog_data.dup_loc[i - n_ops]); in record_out_operands()
1645 int n_ops; in build_def_use() local
[all …]
H A Dsimplify-rtx.c4775 int n_ops = 2; in simplify_plus_minus() local
4795 for (i = 0; i < n_ops; i++) in simplify_plus_minus()
4805 if (n_ops == ARRAY_SIZE (ops)) in simplify_plus_minus()
4808 ops[n_ops].op = XEXP (this_op, 1); in simplify_plus_minus()
4809 ops[n_ops].neg = (this_code == MINUS) ^ this_neg; in simplify_plus_minus()
4810 n_ops++; in simplify_plus_minus()
4823 || (i != n_ops - 2 in simplify_plus_minus()
4824 && !(REG_P (ops[i].op) && REG_P (ops[n_ops - 1].op)))) in simplify_plus_minus()
4836 if (n_ops != ARRAY_SIZE (ops) in simplify_plus_minus()
4842 ops[n_ops].op = XEXP (XEXP (this_op, 0), 1); in simplify_plus_minus()
[all …]
H A Dregcprop.c762 int n_ops, i, predicated; in copyprop_hardreg_forward_1() local
826 n_ops = recog_data.n_operands; in copyprop_hardreg_forward_1()
833 for (i = 0; i < n_ops; ++i) in copyprop_hardreg_forward_1()
846 for (i = 0; i < n_ops; i++) in copyprop_hardreg_forward_1()
860 for (i = 0; i < n_ops; i++) in copyprop_hardreg_forward_1()
968 for (i = 0; i < n_ops; i++) in copyprop_hardreg_forward_1()
H A Dira-costs.c497 record_reg_classes (int n_alts, int n_ops, rtx *ops, in record_reg_classes() argument
507 for (i = 0; i < n_ops; i++) in record_reg_classes()
529 for (i = 0; i < n_ops; i++) in record_reg_classes()
1011 for (; i < n_ops; ++i) in record_reg_classes()
1019 for (i = 0; i < n_ops; i++) in record_reg_classes()
1038 for (i = 0; i < n_ops; i++) in record_reg_classes()
H A Dgimple-ssa-store-merging.c235 int n_ops; member
354 n->n_ops = 1; in init_symbolic_number()
570 n->n_ops = n1->n_ops + n2->n_ops; in perform_symbolic_merge()
882 if (!n->base_addr && n->n == cmpnop && n->n_ops == 1) in find_bswap_or_nop()
2608 if (n.n == cmpnop && (unsigned) n.n_ops == last - first + 1) in try_coalesce_bswap()
H A Dsel-sched.c983 int i, n_ops; in get_reg_class() local
987 n_ops = recog_data.n_operands; in get_reg_class()
992 for (i = 0; i < n_ops; i++) in get_reg_class()
1008 for (i = 0; i < n_ops + recog_data.n_dups; i++) in get_reg_class()
1010 int opn = i < n_ops ? i : recog_data.dup_num[i - n_ops]; in get_reg_class()
H A Dgenmatch.c2798 unsigned n_ops = e->ops.length (); in gen_gimple_expr() local
2801 for (unsigned i = 0; i < n_ops; ++i) in gen_gimple_expr()
2882 unsigned n_ops = e->ops.length (); in gen_generic_expr() local
2884 for (unsigned i = 0; i < n_ops; ++i) in gen_generic_expr()
H A Drtlanal.c6380 size_t n_ops = extract_plus_operands (info->inner, ops, in decompose_normal_address() local
6384 if (n_ops > 1) in decompose_normal_address()
6391 for (size_t in = 0; in < n_ops; ++in) in decompose_normal_address()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-rl78.c59 int n_ops; member
90 rl78_bytes.relax[rl78_bytes.n_relax].val_ofs = rl78_bytes.n_base + rl78_bytes.n_ops; in rl78_relax()
184 char * ip = rl78_bytes.ops + rl78_bytes.n_ops; in rl78_op()
191 rl78_bytes.n_ops += 4; in rl78_op()
198 rl78_bytes.ops[rl78_bytes.n_ops++] =v & 0xff; in rl78_op()
219 rl78_op_fixup (exp, rl78_bytes.n_ops * 8, nbytes * 8, type); in rl78_op()
220 memset (rl78_bytes.ops + rl78_bytes.n_ops, 0, nbytes); in rl78_op()
221 rl78_bytes.n_ops += nbytes; in rl78_op()
566 int olen = rl78_bytes.n_prefix + rl78_bytes.n_base + rl78_bytes.n_ops; in md_assemble()
586 bytes = frag_more (rl78_bytes.n_prefix + rl78_bytes.n_base + rl78_bytes.n_ops); in md_assemble()
[all …]
H A Dtc-rx.c707 int n_ops; member
765 rx_bytes.relax[rx_bytes.n_relax].val_ofs = rx_bytes.n_base + rx_bytes.n_ops; in rx_relax()
959 rx_bytes.n_ops = 2; in rx_bfield()
962 #define OP(x) rx_bytes.ops[rx_bytes.n_ops++] = (x)
979 char * ip = rx_bytes.ops + rx_bytes.n_ops; in rx_op()
993 rx_bytes.n_ops += 4; in rx_op()
1017 rx_op_fixup (exp, rx_bytes.n_ops * 8, nbytes * 8, type); in rx_op()
1018 memset (rx_bytes.ops + rx_bytes.n_ops, 0, nbytes); in rx_op()
1019 rx_bytes.n_ops += nbytes; in rx_op()
1153 frag_then->fr_fix += rx_bytes.n_base + rx_bytes.n_ops + rx_bytes.n_post; in md_assemble()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-rl78.c59 int n_ops; member
90 rl78_bytes.relax[rl78_bytes.n_relax].val_ofs = rl78_bytes.n_base + rl78_bytes.n_ops; in rl78_relax()
184 char * ip = rl78_bytes.ops + rl78_bytes.n_ops; in rl78_op()
191 rl78_bytes.n_ops += 4; in rl78_op()
198 rl78_bytes.ops[rl78_bytes.n_ops++] =v & 0xff; in rl78_op()
219 rl78_op_fixup (exp, rl78_bytes.n_ops * 8, nbytes * 8, type); in rl78_op()
220 memset (rl78_bytes.ops + rl78_bytes.n_ops, 0, nbytes); in rl78_op()
221 rl78_bytes.n_ops += nbytes; in rl78_op()
577 int olen = rl78_bytes.n_prefix + rl78_bytes.n_base + rl78_bytes.n_ops; in md_assemble()
597 bytes = frag_more (rl78_bytes.n_prefix + rl78_bytes.n_base + rl78_bytes.n_ops); in md_assemble()
[all …]
H A Dtc-rx.c720 int n_ops; member
778 rx_bytes.relax[rx_bytes.n_relax].val_ofs = rx_bytes.n_base + rx_bytes.n_ops; in rx_relax()
972 rx_bytes.n_ops = 2; in rx_bfield()
975 #define OP(x) rx_bytes.ops[rx_bytes.n_ops++] = (x)
992 char * ip = rx_bytes.ops + rx_bytes.n_ops; in rx_op()
1006 rx_bytes.n_ops += 4; in rx_op()
1030 rx_op_fixup (exp, rx_bytes.n_ops * 8, nbytes * 8, type); in rx_op()
1031 memset (rx_bytes.ops + rx_bytes.n_ops, 0, nbytes); in rx_op()
1032 rx_bytes.n_ops += nbytes; in rx_op()
1166 frag_then->fr_fix += rx_bytes.n_base + rx_bytes.n_ops + rx_bytes.n_post; in md_assemble()
[all …]
/netbsd-src/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, in riscv_expand_builtin_insn() argument
220 if (!maybe_expand_insn (icode, n_ops, ops)) in riscv_expand_builtin_insn()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv-builtins.cc217 riscv_expand_builtin_insn (enum insn_code icode, unsigned int n_ops, in riscv_expand_builtin_insn() argument
220 if (!maybe_expand_insn (icode, n_ops, ops)) in riscv_expand_builtin_insn()