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

/freebsd-9.3-release/contrib/gcc/
H A Dregrename.c754 int n_ops; local
784 n_ops = recog_data.n_operands;
791 for (i = 0; i < n_ops; ++i)
802 for (i = 0; i < n_ops; i++)
811 for (i = 0; i < n_ops; i++)
840 for (i = 0; i < n_ops; i++)
851 for (i = 0; i < n_ops; i++)
864 for (i = 0; i < n_ops + recog_data.n_dups; i++)
866 int opn = i < n_ops ? i : recog_data.dup_num[i - n_ops];
1598 int n_ops, i, alt, predicated; local
[all...]
H A Dsimplify-rtx.c3225 int n_ops = 2, input_ops = 2;
3244 for (i = 0; i < n_ops; i++)
3254 if (n_ops == 7)
3257 ops[n_ops].op = XEXP (this_op, 1);
3258 ops[n_ops].neg = (this_code == MINUS) ^ this_neg;
3259 n_ops++;
3275 if (n_ops < 7
3281 ops[n_ops].op = XEXP (XEXP (this_op, 0), 1);
3282 ops[n_ops].neg = this_neg;
3283 n_ops
3217 int n_ops = 2, input_ops = 2; local
[all...]
H A Dregclass.c1406 record_reg_classes (int n_alts, int n_ops, rtx *ops,
1427 for (i = 0; i < n_ops; i++)
1808 for (i = 0; i < n_ops; i++)
1400 record_reg_classes(int n_alts, int n_ops, rtx *ops, enum machine_mode *modes, const char **constraints, rtx insn, struct costs *op_costs, struct reg_pref *reg_pref) argument

Completed in 66 milliseconds