Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dia64-opc.c51 { 0, { IA64_UNIT_M, IA64_UNIT_I, IA64_UNIT_B }, "MIB" }, /* 8 */
52 { 0, { IA64_UNIT_M, IA64_UNIT_B, IA64_UNIT_B }, "MBB" },
54 { 0, { IA64_UNIT_B, IA64_UNIT_B, IA64_UNIT_B }, "BBB" },
55 { 0, { IA64_UNIT_M, IA64_UNIT_M, IA64_UNIT_B }, "MMB" }, /* c */
57 { 0, { IA64_UNIT_M, IA64_UNIT_F, IA64_UNIT_B }, "MFB" },
Dia64-dis.c54 case IA64_UNIT_B: in unit_to_type()
/toolchain/binutils/binutils-2.25/include/opcode/
Dia64.h49 IA64_UNIT_B, /* branching unit */ enumerator
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c6822 if (required_unit == IA64_UNIT_B) in emit_one_bundle()
6885 case IA64_TYPE_B: insn_unit = IA64_UNIT_B; break; in emit_one_bundle()
7239 case IA64_TYPE_B: result = (unit == IA64_UNIT_B); break; in match()