Searched refs:IA64_UNIT_I (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/binutils/opcodes/ |
| HD | ia64-opc.c | 44 { 0, { IA64_UNIT_M, IA64_UNIT_I, IA64_UNIT_I }, "MII" }, /* 0 */ 45 { 2, { IA64_UNIT_M, IA64_UNIT_I, IA64_UNIT_I }, "MII" }, 48 { 0, { IA64_UNIT_M, IA64_UNIT_M, IA64_UNIT_I }, "MMI" }, /* 4 */ 49 { 1, { IA64_UNIT_M, IA64_UNIT_M, IA64_UNIT_I }, "MMI" }, 50 { 0, { IA64_UNIT_M, IA64_UNIT_F, IA64_UNIT_I }, "MFI" }, 52 { 0, { IA64_UNIT_M, IA64_UNIT_I, IA64_UNIT_B }, "MIB" }, /* 8 */
|
| HD | ia64-dis.c | 42 if (op >= 8 && (unit == IA64_UNIT_I || unit == IA64_UNIT_M)) in unit_to_type() 50 case IA64_UNIT_I: in unit_to_type()
|
| /freebsd-11-stable/contrib/binutils/include/opcode/ |
| HD | ia64.h | 32 IA64_UNIT_I, /* integer unit */ enumerator
|
| /freebsd-11-stable/contrib/binutils/gas/config/ |
| HD | tc-ia64.c | 6895 == IA64_UNIT_I))) in emit_one_bundle() 6956 insn_unit = IA64_UNIT_I; in emit_one_bundle() 6967 if (required_unit == IA64_UNIT_I in emit_one_bundle() 6969 insn_unit = IA64_UNIT_I; in emit_one_bundle() 6997 if (required_unit == IA64_UNIT_I || required_unit == IA64_UNIT_M) in emit_one_bundle() 7001 case IA64_TYPE_I: insn_unit = IA64_UNIT_I; break; in emit_one_bundle() 7351 result = (unit == IA64_UNIT_I || unit == IA64_UNIT_M); in match() 7354 case IA64_TYPE_I: result = (unit == IA64_UNIT_I); break; in match()
|