Searched refs:tinsn (Results 1 – 6 of 6) sorted by relevance
1666 tic4x_operands_match (tic4x_inst_t *inst, tic4x_insn_t *tinsn, int check) in tic4x_operands_match() argument1670 int num_operands = tinsn->num_operands; in tic4x_operands_match()1671 tic4x_operand_t *operand = tinsn->operands; in tic4x_operands_match()1682 tinsn->nchars = 4; /* Instructions always 4 bytes. */ in tic4x_operands_match()1683 tinsn->reloc = NO_RELOC; in tic4x_operands_match()1684 tinsn->pcrel = 0; in tic4x_operands_match()1688 tinsn->opcode = opcode; in tic4x_operands_match()1700 tinsn->opcode = opcode; in tic4x_operands_match()1729 tinsn->reloc = BFD_RELOC_HI16; in tic4x_operands_match()1730 tinsn->exp = *exp; in tic4x_operands_match()[all …]
3596 TInsn *tinsn = &istack->insn[i]; in xg_expand_to_stack() local3598 if (tinsn->insn_type == ITYPE_INSN in xg_expand_to_stack()3599 && !tinsn_has_symbolic_operands (tinsn) in xg_expand_to_stack()3600 && !xg_immeds_fit (tinsn)) in xg_expand_to_stack()4216 xg_add_opcode_fix (TInsn *tinsn, in xg_add_opcode_fix() argument4224 xtensa_opcode opcode = tinsn->opcode; in xg_add_opcode_fix()4299 xg_emit_insn_to_buf (TInsn *tinsn, in xg_emit_insn_to_buf() argument4312 has_symbolic_immed = tinsn_to_insnbuf (tinsn, insnbuf); in xg_emit_insn_to_buf()4316 xtensa_format fmt = xg_get_single_format (tinsn->opcode); in xg_emit_insn_to_buf()4317 int slot = xg_get_single_slot (tinsn->opcode); in xg_emit_insn_to_buf()[all …]
564 ia64_insn tinsn = main_table[place].opcode; in ia64_dis_opcode() local574 tinsn = apply_completer (tinsn, ci); in ia64_dis_opcode()596 if (tinsn != (insn & main_table[place].mask)) in ia64_dis_opcode()
153 (md_assemble): Set new tinsn fields from DWARF information. Call
808 (xg_add_opcode_fix): Change opcode parameter to tinsn and add format
2651 replace setting tinsn->record_fix fields.