Searched refs:op_num (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | tic6x-dis.c | 330 unsigned int op_num; in print_insn_tic6x() local 704 for (op_num = 0; op_num < num_operands; op_num++) in print_insn_tic6x() 725 switch (opc->operand_info[op_num].form) in print_insn_tic6x() 729 operands_text[op_num] = TRUE; in print_insn_tic6x() 730 snprintf (operands[op_num], 24, "b15"); in print_insn_tic6x() 735 operands_text[op_num] = TRUE; in print_insn_tic6x() 736 snprintf (operands[op_num], 24, "%c0", in print_insn_tic6x() 742 operands_text[op_num] = TRUE; in print_insn_tic6x() 743 snprintf (operands[op_num], 24, "%c3", in print_insn_tic6x() 748 operands_text[op_num] = TRUE; in print_insn_tic6x() [all …]
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | xtensa-relax.h | 121 int op_num; member 133 int op_num; member
|
D | tc-crx.c | 917 int op_num = 0; /* Current operand number we are parsing. */ in parse_operands() local 930 operand[op_num++] = strdup (operandH); in parse_operands() 967 operand[op_num++] = strdup (operandH); in parse_operands() 968 crx_ins->nargs = op_num; in parse_operands() 975 for (op_num = 0; op_num < crx_ins->nargs; op_num++) in parse_operands() 977 cur_arg_num = op_num; in parse_operands() 978 parse_operand (operand[op_num], crx_ins); in parse_operands() 979 free (operand[op_num]); in parse_operands()
|
D | tc-cr16.c | 1392 int op_num = 0; /* Current operand number we are parsing. */ in parse_operands() local 1404 operand[op_num++] = strdup (operandH); in parse_operands() 1441 operand[op_num++] = strdup (operandH); in parse_operands() 1442 cr16_ins->nargs = op_num; in parse_operands() 1449 for (op_num = 0; op_num < cr16_ins->nargs; op_num++) in parse_operands() 1451 cur_arg_num = op_num; in parse_operands() 1452 parse_operand (operand[op_num], cr16_ins); in parse_operands() 1453 free (operand[op_num]); in parse_operands()
|
D | xtensa-relax.c | 588 cond->op_num = op1; in append_value_condition() 604 cond->op_num = op1; in append_constant_value_condition() 659 b_op->op_num = op1; in append_literal_op() 672 b_op->op_num = op1; in append_label_op() 685 b_op->op_num = op1; in append_constant_op() 698 b_op->op_num = op1; in append_field_op() 716 b_op->op_num = op1; in append_user_fn_field_op()
|
D | tc-xtensa.c | 2861 gas_assert (cond->op_num < insn->ntok); in xg_instruction_matches_rule() 2862 exp1 = &insn->tok[cond->op_num]; in xg_instruction_matches_rule() 2900 gas_assert (cond->op_num < insn->ntok); in xg_instruction_matches_rule() 2902 exp1 = &insn->tok[cond->op_num]; in xg_instruction_matches_rule() 3408 int op_num = op->op_num; in xg_build_to_insn() local 3411 gas_assert (op->op_num < MAX_INSN_ARGS); in xg_build_to_insn() 3413 if (targ->ntok <= op_num) in xg_build_to_insn() 3414 targ->ntok = op_num + 1; in xg_build_to_insn() 3419 set_expr_const (&targ->tok[op_num], op_data); in xg_build_to_insn() 3423 copy_expr (&targ->tok[op_num], &insn->tok[op_data]); in xg_build_to_insn() [all …]
|