Home
last modified time | relevance | path

Searched refs:op_data (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dxtensa-relax.h124 int op_data; member
134 unsigned op_data; /* CONSTANT: op_data is the value to encode. member
Dxtensa-relax.c513 cond->op_data = op2; in append_value_condition()
529 cond->op_data = cnst; in append_constant_value_condition()
584 b_op->op_data = litnum; in append_literal_op()
597 b_op->op_data = labnum; in append_label_op()
610 b_op->op_data = cnst; in append_constant_op()
623 b_op->op_data = src_op; in append_field_op()
641 b_op->op_data = src_op; in append_user_fn_field_op()
Dtc-xtensa.c2832 if (get_expr_const (exp1) != cond->op_data) in xg_instruction_matches_rule()
2836 if (get_expr_const (exp1) == cond->op_data) in xg_instruction_matches_rule()
2848 if (get_expr_register (exp1) != cond->op_data) in xg_instruction_matches_rule()
2852 if (get_expr_register (exp1) == cond->op_data) in xg_instruction_matches_rule()
2865 assert (cond->op_data < insn->ntok); in xg_instruction_matches_rule()
2867 exp2 = &insn->tok[cond->op_data]; in xg_instruction_matches_rule()
3363 int op_data = op->op_data; in xg_build_to_insn() local
3373 set_expr_const (&targ->tok[op_num], op_data); in xg_build_to_insn()
3376 assert (op_data < insn->ntok); in xg_build_to_insn()
3377 copy_expr (&targ->tok[op_num], &insn->tok[op_data]); in xg_build_to_insn()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dor32-opc.c484 struct insn_op_struct *op_data, **op_start; variable
778 op_data = malloc (MAX_OP_TABLE_SIZE * sizeof (struct insn_op_struct)); in build_automata()
780 cur = op_data; in build_automata()
787 if (cur - op_data > MAX_OP_TABLE_SIZE) in build_automata()
801 free (op_data); in destruct_automata()