Searched refs:b_op (Results 1 – 5 of 5) sorted by relevance
624 append_op (bi, b_op) in append_op() argument626 BuildOp *b_op;633 bi->ops = b_op;642 prev->next = b_op;654 b_op->op_num = op1;657 b_op->next = NULL;673 b_op->next = NULL;689 b_op->next = NULL;705 b_op->next = NULL;722 b_op->typ = typ;[all …]
3527 BuildOp *b_op; local3546 for (b_op = instr_spec->ops; b_op != NULL; b_op = b_op->next)3552 switch (b_op->typ)3556 assert (b_op->op_num < MAX_INSN_ARGS);3557 exp = &new_insn->tok[b_op->op_num];3558 set_expr_const (exp, b_op->op_data);3562 assert (b_op->op_num < MAX_INSN_ARGS);3563 assert (b_op->op_data < (unsigned) old_insn->ntok);3564 src_exp = &old_insn->tok[b_op->op_data];3565 exp = &new_insn->tok[b_op->op_num];
604 bi->ops = b_op; in append_op()613 prev->next = b_op; in append_op()622 b_op->op_num = op1; in append_literal_op()625 b_op->next = NULL; in append_literal_op()635 b_op->op_num = op1; in append_label_op()638 b_op->next = NULL; in append_label_op()648 b_op->op_num = op1; in append_constant_op()651 b_op->next = NULL; in append_constant_op()664 b_op->next = NULL; in append_field_op()680 b_op->typ = typ; in append_user_fn_field_op()[all …]
3764 BuildOp *b_op; in xg_build_token_insn() local3785 for (b_op = instr_spec->ops; b_op != NULL; b_op = b_op->next) in xg_build_token_insn()3791 switch (b_op->typ) in xg_build_token_insn()3795 assert (b_op->op_num < MAX_INSN_ARGS); in xg_build_token_insn()3796 exp = &new_insn->tok[b_op->op_num]; in xg_build_token_insn()3797 set_expr_const (exp, b_op->op_data); in xg_build_token_insn()3801 assert (b_op->op_num < MAX_INSN_ARGS); in xg_build_token_insn()3802 assert (b_op->op_data < (unsigned) old_insn->ntok); in xg_build_token_insn()3803 src_exp = &old_insn->tok[b_op->op_data]; in xg_build_token_insn()3804 exp = &new_insn->tok[b_op->op_num]; in xg_build_token_insn()
762 int b_op[O_OPTIONCOUNT], s_op[O_OPTIONCOUNT]; in opts_dump() local850 b_op[b_num++] = cnt; in opts_dump()877 (void)opts_print(sp, &optlist[b_op[row]]); in opts_dump()