Home
last modified time | relevance | path

Searched refs:IA64_OPND_TGT64 (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/binutils/opcodes/
Dia64-opc.h131 #define TGT64 IA64_OPND_TGT64
Dia64-dis.c168 else if (odesc - elf64_ia64_operands == IA64_OPND_TGT64) in print_insn_ia64()
DChangeLog-02031049 * ia64-dis.c (print_insn_ia64): Correct handling of IA64_OPND_TGT64.
DChangeLog-00011577 for MLI templates. Handle IA64_OPND_TGT64.
/freebsd-10-stable/contrib/binutils/include/opcode/
Dia64.h139 IA64_OPND_TGT64, /* 64-bit (ip + 16*bits 13-32, 36, 2-40(L)) */ enumerator
/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-ia64.c6138 case IA64_OPND_TGT64:
6148 else if (opnd == IA64_OPND_TGT64)
6594 case IA64_OPND_TGT64:
11559 else if (odesc - elf64_ia64_operands == IA64_OPND_TGT64)
/freebsd-10-stable/contrib/binutils/bfd/
Delfxx-ia64.c3894 case R_IA64_PCREL60B: opnd = IA64_OPND_TGT64; break;
4019 case IA64_OPND_TGT64:
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-00016330 (operand_match): Handle IA64_OPND_TGT64.