Home
last modified time | relevance | path

Searched refs:tinsn (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic4x.c1666 tic4x_operands_match (tic4x_inst_t *inst, tic4x_insn_t *tinsn, int check) in tic4x_operands_match() argument
1670 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 …]
Dtc-xtensa.c3596 TInsn *tinsn = &istack->insn[i]; in xg_expand_to_stack() local
3598 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() argument
4224 xtensa_opcode opcode = tinsn->opcode; in xg_add_opcode_fix()
4299 xg_emit_insn_to_buf (TInsn *tinsn, in xg_emit_insn_to_buf() argument
4312 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 …]
/toolchain/binutils/binutils-2.25/opcodes/
Dia64-opc.c564 ia64_insn tinsn = main_table[place].opcode; in ia64_dis_opcode() local
574 tinsn = apply_completer (tinsn, ci); in ia64_dis_opcode()
596 if (tinsn != (insn & main_table[place].mask)) in ia64_dis_opcode()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2007153 (md_assemble): Set new tinsn fields from DWARF information. Call
DChangeLog-2004808 (xg_add_opcode_fix): Change opcode parameter to tinsn and add format
DChangeLog-20062651 replace setting tinsn->record_fix fields.