Searched refs:IA64_OPND_IMM14 (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ia64-opc-d.c | 25 {"add", IA64_TYPE_DYN, 1, 0, 0, {IA64_OPND_R1, IA64_OPND_IMM14, IA64_OPND_R3}, 0, 0, NULL},
|
D | ia64-opc.h | 98 #define IMM14 IA64_OPND_IMM14
|
D | ia64-gen.c | 1214 || (idesc->operands[1] == IA64_OPND_IMM14))); in in_iclass()
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | ia64.h | 137 IA64_OPND_IMM14, /* signed 14-bit immediate (bits 13-19, 27-32, 36) */ enumerator
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfxx-ia64.c | 572 opnd = IA64_OPND_IMM14; in ia64_elf_install_value()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-ia64.c | 5833 case IA64_OPND_IMM14: in operand_match() 5851 if (idesc->operands[res_index] == IA64_OPND_IMM14) in operand_match() 6076 case IA64_OPND_IMM14: in parse_operand_maybe_eval()
|