Searched refs:tinsn (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic4x.c1674 tic4x_operands_match (tic4x_inst_t *inst, tic4x_insn_t *tinsn, int check) argument
1678 int num_operands = tinsn->num_operands;
1679 tic4x_operand_t *operand = tinsn->operands;
1690 tinsn->nchars = 4; /* Instructions always 4 bytes. */
1691 tinsn->reloc = NO_RELOC;
1692 tinsn->pcrel = 0;
1696 tinsn->opcode = opcode;
1708 tinsn->opcode = opcode;
1737 tinsn->reloc = BFD_RELOC_HI16;
1738 tinsn
2345 tic4x_insn_check(tic4x_insn_t *tinsn) argument
2376 tic4x_insn_output(tic4x_insn_t *tinsn) argument
[all...]
H A Dtc-xtensa.c3581 TInsn *tinsn = &istack->insn[i];
3583 if (tinsn->insn_type == ITYPE_INSN
3584 && !tinsn_has_symbolic_operands (tinsn)
3585 && !xg_immeds_fit (tinsn))
4202 xg_add_opcode_fix (TInsn *tinsn,
4210 xtensa_opcode opcode = tinsn->opcode;
4285 xg_emit_insn_to_buf (TInsn *tinsn,
4298 has_symbolic_immed = tinsn_to_insnbuf (tinsn, insnbuf);
4302 xtensa_format fmt = xg_get_single_format (tinsn->opcode);
4303 int slot = xg_get_single_slot (tinsn
3574 TInsn *tinsn = &istack->insn[i]; local
4194 xg_add_opcode_fix(TInsn *tinsn, int opnum, xtensa_format fmt, int slot, expressionS *exp, fragS *fragP, offsetT offset) argument
4277 xg_emit_insn_to_buf(TInsn *tinsn, char *buf, fragS *fragP, offsetT offset, bfd_boolean build_fix) argument
4370 is_bad_loopend_opcode(const TInsn *tinsn) argument
4736 build_nop(TInsn *tinsn, int size) argument
4772 TInsn tinsn; local
6742 TInsn *tinsn = &vinsn->slots[slot]; local
6794 bundle_tinsn(TInsn *tinsn, vliw_insn *vinsn) argument
6919 TInsn *tinsn; local
7370 is_narrow_branch_guaranteed_in_range(fragS *fragP, TInsn *tinsn) argument
9160 TInsn tinsn; local
9447 TInsn tinsn, single_target; local
9617 TInsn *tinsn = &istack.insn[i]; local
9677 TInsn *tinsn = &istack.insn[i]; local
9827 convert_frag_immed_finish_loop(segT segP, fragS *fragP, TInsn *tinsn) argument
11388 tinsn_to_slotbuf(xtensa_format fmt, int slot, TInsn *tinsn, xtensa_insnbuf slotbuf) argument
11459 tinsn_to_insnbuf(TInsn *tinsn, xtensa_insnbuf insnbuf) argument
11577 tinsn_from_chars(TInsn *tinsn, char *f, int slot) argument
11590 tinsn_from_insnbuf(TInsn *tinsn, xtensa_insnbuf slotbuf, xtensa_format fmt, int slot) argument
11616 tinsn_immed_from_frag(TInsn *tinsn, fragS *fragP, int slot) argument
11641 TInsn *tinsn = &istack->insn[i]; local
11657 TInsn *tinsn = &istack->insn[i]; local
11761 TInsn *tinsn = &vinsn->slots[slot]; local
11865 TInsn *tinsn = &vinsn->slots[i]; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dia64-opc.c575 ia64_insn tinsn = main_table[place].opcode;
585 tinsn = apply_completer (tinsn, ci);
607 if (tinsn != (insn & main_table[place].mask))
565 ia64_insn tinsn = main_table[place].opcode; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dia64-opc.c575 ia64_insn tinsn = main_table[place].opcode;
585 tinsn = apply_completer (tinsn, ci);
607 if (tinsn != (insn & main_table[place].mask))
565 ia64_insn tinsn = main_table[place].opcode; local

Completed in 151 milliseconds