Searched refs:b_op (Results 1 – 2 of 2) sorted by relevance
633 append_op (BuildInstr *bi, BuildOp *b_op) in append_op() argument640 bi->ops = b_op; in append_op()649 prev->next = b_op; in append_op()656 BuildOp *b_op = XNEW (BuildOp); in append_literal_op() local658 b_op->op_num = op1; in append_literal_op()659 b_op->typ = OP_LITERAL; in append_literal_op()660 b_op->op_data = src_op; in append_literal_op()661 b_op->next = NULL; in append_literal_op()662 append_op (bi, b_op); in append_literal_op()669 BuildOp *b_op = XNEW (BuildOp); in append_label_op() local[all …]
3916 BuildOp *b_op; in xg_build_token_insn() local3935 for (b_op = instr_spec->ops; b_op != NULL; b_op = b_op->next) in xg_build_token_insn()3941 switch (b_op->typ) in xg_build_token_insn()3945 gas_assert (b_op->op_num < MAX_INSN_ARGS); in xg_build_token_insn()3946 exp = &new_insn->tok[b_op->op_num]; in xg_build_token_insn()3947 set_expr_const (exp, b_op->op_data); in xg_build_token_insn()3951 gas_assert (b_op->op_num < MAX_INSN_ARGS); in xg_build_token_insn()3952 gas_assert (b_op->op_data < (unsigned) old_insn->ntok); in xg_build_token_insn()3953 src_exp = &old_insn->tok[b_op->op_data]; in xg_build_token_insn()3954 exp = &new_insn->tok[b_op->op_num]; in xg_build_token_insn()