Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c300 struct ia64_opcode *idesc; member
5467 operand_match (const struct ia64_opcode *idesc, int res_index, expressionS *e) in operand_match() argument
5469 enum ia64_opnd opnd = idesc->operands[res_index]; in operand_match()
5646 bits = operand_width (idesc->operands[res_index]); in operand_match()
5720 fix->opnd = idesc->operands[res_index]; in operand_match()
5757 bits = operand_width (idesc->operands[res_index]); in operand_match()
5768 bits = operand_width (idesc->operands[res_index]); in operand_match()
5844 bits = operand_width (idesc->operands[res_index]); in operand_match()
5851 if (idesc->operands[res_index] == IA64_OPND_IMM14) in operand_match()
5863 fix->opnd = idesc->operands[res_index]; in operand_match()
[all …]
/toolchain/binutils/binutils-2.25/opcodes/
Dia64-gen.c913 in_iclass_mov_x (struct ia64_opcode *idesc, struct iclass *ic, in in_iclass_mov_x() argument
916 int plain_mov = strcmp (idesc->name, "mov") == 0; in in_iclass_mov_x()
927 int i = strcmp (idesc->name, "mov.i") == 0; in in_iclass_mov_x()
928 int m = strcmp (idesc->name, "mov.m") == 0; in in_iclass_mov_x()
929 int i2627 = i && idesc->operands[0] == IA64_OPND_AR3; in in_iclass_mov_x()
930 int i28 = i && idesc->operands[1] == IA64_OPND_AR3; in in_iclass_mov_x()
931 int m2930 = m && idesc->operands[0] == IA64_OPND_AR3; in in_iclass_mov_x()
932 int m31 = m && idesc->operands[1] == IA64_OPND_AR3; in in_iclass_mov_x()
933 int pseudo0 = plain_mov && idesc->operands[1] == IA64_OPND_AR3; in in_iclass_mov_x()
934 int pseudo1 = plain_mov && idesc->operands[0] == IA64_OPND_AR3; in in_iclass_mov_x()
[all …]
Dia64-dis.c74 const struct ia64_opcode *idesc; in print_insn_ia64() local
128 idesc = ia64_dis_opcode (insn, unit_to_type (insn, unit)); in print_insn_ia64()
129 if (idesc == NULL) in print_insn_ia64()
134 if ((idesc->flags & IA64_OPCODE_NO_PRED) in print_insn_ia64()
142 (*info->fprintf_func) (info->stream, "%s", idesc->name); in print_insn_ia64()
143 if (idesc->operands[0]) in print_insn_ia64()
147 for (j = 0; j < NELEMS (idesc->operands) && idesc->operands[j]; ++j) in print_insn_ia64()
149 odesc = elf64_ia64_operands + idesc->operands[j]; in print_insn_ia64()
300 if (j + 1 == idesc->num_outputs) in print_insn_ia64()
311 ia64_free_opcode ((struct ia64_opcode *)idesc); in print_insn_ia64()
/toolchain/binutils/binutils-2.25/bfd/
Dirix-core.c174 struct idesc *idg, *idf, *ids; in irix_core_core_file_p()