Home
last modified time | relevance | path

Searched refs:elf64_ia64_operands (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dia64-dis.c149 odesc = elf64_ia64_operands + idesc->operands[j]; in print_insn_ia64()
154 if (odesc - elf64_ia64_operands == IA64_OPND_IMMU64) in print_insn_ia64()
161 else if (odesc - elf64_ia64_operands == IA64_OPND_IMMU62) in print_insn_ia64()
168 else if (odesc - elf64_ia64_operands == IA64_OPND_TGT64) in print_insn_ia64()
274 if (odesc - elf64_ia64_operands == IA64_OPND_MBTYPE4) in print_insn_ia64()
Dia64-opc.c318 o1 = elf64_ia64_operands + IA64_OPND_F2; in opcode_verify()
319 o2 = elf64_ia64_operands + IA64_OPND_F3; in opcode_verify()
330 o1 = elf64_ia64_operands + IA64_OPND_LEN6; in opcode_verify()
331 o2 = elf64_ia64_operands + main_table[place].operands[2]; in opcode_verify()
/toolchain/binutils/binutils-2.25/include/opcode/
Dia64.h419 extern const struct ia64_operand elf64_ia64_operands[IA64_OPND_COUNT];
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c5455 const struct ia64_operand *odesc = &elf64_ia64_operands[opnd]; in operand_width()
6294 elf64_ia64_operands[expected_operand].desc); in parse_operands()
6530 odesc = elf64_ia64_operands + idesc->operands[i]; in build_insn()
6538 && odesc == elf64_ia64_operands + IA64_OPND_F3) in build_insn()
6540 o2desc = elf64_ia64_operands + IA64_OPND_F2; in build_insn()
6544 && (odesc == elf64_ia64_operands + IA64_OPND_CPOS6a in build_insn()
6545 || odesc == elf64_ia64_operands + IA64_OPND_POS6)) in build_insn()
6547 o2desc = elf64_ia64_operands + IA64_OPND_LEN6; in build_insn()
11435 if (odesc - elf64_ia64_operands == IA64_OPND_IMMU64) in fix_insn()
11444 else if (odesc - elf64_ia64_operands == IA64_OPND_IMMU62) in fix_insn()
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Dcpu-ia64-opc.c475 const struct ia64_operand elf64_ia64_operands[IA64_OPND_COUNT] = variable
Delfxx-ia64.c738 op = elf64_ia64_operands + opnd; in ia64_elf_install_value()
DChangeLog-2012744 (elf64_ia64_operands): Add new operand types.
DChangeLog-20063313 (elf64_ia64_operands): Add IMMU5b.
DChangeLog-00015012 * cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for
5994 (elf64_ia64_operands): Add missing initializers.
DChangeLog-2005605 * cpu-ia64-opc.c (elf64_ia64_operands): Move memory operand out of
DChangeLog-02035352 * cpu-ia64-opc.c (elf64_ia64_operands): Add ldxmov entry.