Home | History | Annotate | Download | only in config

Lines Matching full:b_op

3873   BuildOp *b_op;
3892 for (b_op = instr_spec->ops; b_op != NULL; b_op = b_op->next)
3898 switch (b_op->typ)
3902 gas_assert (b_op->op_num < MAX_INSN_ARGS);
3903 exp = &new_insn->tok[b_op->op_num];
3904 set_expr_const (exp, b_op->op_data);
3908 gas_assert (b_op->op_num < MAX_INSN_ARGS);
3909 gas_assert (b_op->op_data < (unsigned) old_insn->ntok);
3910 src_exp = &old_insn->tok[b_op->op_data];
3911 exp = &new_insn->tok[b_op->op_num];