Home
last modified time | relevance | path

Searched refs:b_op (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dxtensa-relax.c624 append_op (bi, b_op) in append_op() argument
626 BuildOp *b_op;
633 bi->ops = b_op;
642 prev->next = b_op;
652 BuildOp *b_op = (BuildOp *) xmalloc (sizeof (BuildOp)); local
654 b_op->op_num = op1;
655 b_op->typ = OP_LITERAL;
656 b_op->op_data = litnum;
657 b_op->next = NULL;
658 append_op (bi, b_op);
[all …]
H A Dtc-xtensa.c3527 BuildOp *b_op; local
3546 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];
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dxtensa-relax.c597 append_op (BuildInstr *bi, BuildOp *b_op) in append_op() argument
604 bi->ops = b_op; in append_op()
613 prev->next = b_op; in append_op()
620 BuildOp *b_op = (BuildOp *) xmalloc (sizeof (BuildOp)); in append_literal_op() local
622 b_op->op_num = op1; in append_literal_op()
623 b_op->typ = OP_LITERAL; in append_literal_op()
624 b_op->op_data = litnum; in append_literal_op()
625 b_op->next = NULL; in append_literal_op()
626 append_op (bi, b_op); in append_literal_op()
633 BuildOp *b_op = (BuildOp *) xmalloc (sizeof (BuildOp)); in append_label_op() local
[all …]
H A Dtc-xtensa.c3764 BuildOp *b_op; in xg_build_token_insn() local
3785 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()
/openbsd-src/usr.bin/vi/common/
H A Doptions.c762 int b_op[O_OPTIONCOUNT], s_op[O_OPTIONCOUNT]; in opts_dump() local
850 b_op[b_num++] = cnt; in opts_dump()
877 (void)opts_print(sp, &optlist[b_op[row]]); in opts_dump()