Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/include/opcode/
HDia64.h22 IA64_TYPE_B, /* branch (B-unit) */ enumerator
/NextBSD/contrib/binutils/opcodes/
HDia64-dis.c55 type = IA64_TYPE_B; break; in unit_to_type()
HDia64-opc-b.c25 #define B0 IA64_TYPE_B, 0
26 #define B IA64_TYPE_B, 1
/NextBSD/contrib/binutils/gas/config/
HDtc-ia64.c6821 case IA64_TYPE_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()
7375 else if (slot == 2 && match (templ, IA64_TYPE_B, slot)) in extra_goodness()