Searched refs:IA64_UNIT_B (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/contrib/binutils/opcodes/ |
| D | ia64-opc.c | 52 { 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" },
|
| D | ia64-dis.c | 54 case IA64_UNIT_B: in unit_to_type()
|
| /freebsd-10-stable/contrib/binutils/include/opcode/ |
| D | ia64.h | 34 IA64_UNIT_B, /* branching unit */ enumerator
|
| /freebsd-10-stable/contrib/binutils/gas/config/ |
| D | tc-ia64.c | 6940 if (required_unit == IA64_UNIT_B) in emit_one_bundle() 7003 case IA64_TYPE_B: insn_unit = IA64_UNIT_B; break; in emit_one_bundle() 7356 case IA64_TYPE_B: result = (unit == IA64_UNIT_B); break; in match()
|