Searched refs:elf64_ia64_operands (Results 1 – 11 of 11) sorted by relevance
149 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()
318 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()
419 extern const struct ia64_operand elf64_ia64_operands[IA64_OPND_COUNT];
5455 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 …]
475 const struct ia64_operand elf64_ia64_operands[IA64_OPND_COUNT] = variable
738 op = elf64_ia64_operands + opnd; in ia64_elf_install_value()
744 (elf64_ia64_operands): Add new operand types.
3313 (elf64_ia64_operands): Add IMMU5b.
5012 * cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for5994 (elf64_ia64_operands): Add missing initializers.
605 * cpu-ia64-opc.c (elf64_ia64_operands): Move memory operand out of
5352 * cpu-ia64-opc.c (elf64_ia64_operands): Add ldxmov entry.