Searched refs:IA64_UNIT_B (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/binutils/opcodes/
H A Dia64-opc.c52 { 0, { IA64_UNIT_M, IA64_UNIT_I, IA64_UNIT_B }, "MIB" }, /* 8 */
53 { 0, { IA64_UNIT_M, IA64_UNIT_B, IA64_UNIT_B }, "MBB" },
55 { 0, { IA64_UNIT_B, IA64_UNIT_B, IA64_UNIT_B }, "BBB" },
56 { 0, { IA64_UNIT_M, IA64_UNIT_M, IA64_UNIT_B }, "MMB" }, /* c */
58 { 0, { IA64_UNIT_M, IA64_UNIT_F, IA64_UNIT_B }, "MFB" },
H A Dia64-dis.c54 case IA64_UNIT_B:
/freebsd-10-stable/contrib/binutils/include/opcode/
H A Dia64.h34 IA64_UNIT_B, /* branching unit */ enumerator in enum:ia64_unit
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c6940 if (required_unit == IA64_UNIT_B)
7003 case IA64_TYPE_B: insn_unit = IA64_UNIT_B; break;
7356 case IA64_TYPE_B: result = (unit == IA64_UNIT_B); break;

Completed in 180 milliseconds