Home
last modified time | relevance | path

Searched refs:IA64_UNIT_I (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/binutils/opcodes/
Dia64-opc.c44 { 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 */
Dia64-dis.c42 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-10-stable/contrib/binutils/include/opcode/
Dia64.h32 IA64_UNIT_I, /* integer unit */ enumerator
/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-ia64.c6895 == 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()