Searched refs:op_data (Results 1 – 5 of 5) sorted by relevance
125 int op_data; member135 unsigned op_data; /* CONSTANT: op_data is the value to encode. member
590 cond->op_data = op2; in append_value_condition()606 cond->op_data = cnst; in append_constant_value_condition()661 b_op->op_data = src_op; in append_literal_op()674 b_op->op_data = 0; in append_label_op()687 b_op->op_data = cnst; in append_constant_op()700 b_op->op_data = src_op; in append_field_op()718 b_op->op_data = src_op; in append_user_fn_field_op()1789 literal_bi->ops->op_data); in build_transition()
2868 if (get_expr_const (exp1) != cond->op_data) in xg_instruction_matches_rule()2872 if (get_expr_const (exp1) == cond->op_data) in xg_instruction_matches_rule()2884 if (get_expr_register (exp1) != cond->op_data) in xg_instruction_matches_rule()2888 if (get_expr_register (exp1) == cond->op_data) in xg_instruction_matches_rule()2901 gas_assert (cond->op_data < insn->ntok); in xg_instruction_matches_rule()2903 exp2 = &insn->tok[cond->op_data]; in xg_instruction_matches_rule()3409 int op_data = op->op_data; in xg_build_to_insn() local3419 set_expr_const (&targ->tok[op_num], op_data); in xg_build_to_insn()3422 gas_assert (op_data < insn->ntok); in xg_build_to_insn()3423 copy_expr (&targ->tok[op_num], &insn->tok[op_data]); in xg_build_to_insn()[all …]
662 to initialize the op_data field of the BuildOp.665 * config/xtensa-relax.h (build_op): Comment op_data use for literals.
2452 set op_data fields to zero.