Home
last modified time | relevance | path

Searched refs:template_val (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-ia64.c382 unsigned int template_val, mlx; in ia64_elf_relax_br() local
396 template_val = t0 & 0x1e; in ia64_elf_relax_br()
412 if (!((template_val == 0x12 /* MBB */ in ia64_elf_relax_br()
414 || (template_val == 0x16 /* BBB */ in ia64_elf_relax_br()
423 if (!((template_val == 0x10 /* MIB */ in ia64_elf_relax_br()
425 || (template_val == 0x12 /* MBB */ in ia64_elf_relax_br()
427 || (template_val == 0x16 /* BBB */ in ia64_elf_relax_br()
430 || (template_val == 0x18 /* MMB */ in ia64_elf_relax_br()
432 || (template_val == 0x1c /* MFB */ in ia64_elf_relax_br()
456 if (template_val == 0x16) in ia64_elf_relax_br()
[all …]
DChangeLog-20091032 Rename variable template to template_val.
/toolchain/binutils/binutils-2.25/opcodes/
Dia64-dis.c71 ia64_insn t0, t1, slot[3], template_val, s_bit, insn; in print_insn_ia64() local
103 template_val = (t0 >> 1) & 0xf; in print_insn_ia64()
108 tname = ia64_templ_desc[template_val].name; in print_insn_ia64()
114 unit = ia64_templ_desc[template_val].exec_unit[slotnum]; in print_insn_ia64()
116 if (template_val == 2 && slotnum == 1) in print_insn_ia64()
306 if (slotnum + 1 == ia64_templ_desc[template_val].group_boundary in print_insn_ia64()
DChangeLog-2009863 to template_val.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c4579 dot_template (int template_val) in dot_template() argument
4581 CURR_SLOT.user_template = template_val; in dot_template()
6561 unsigned int template_val, orig_template; in emit_one_bundle() local
6583 user_template = template_val = md.slot[first].user_template; in emit_one_bundle()
6596 template_val = best_template[type[0]][type[1]][type[2]]; in emit_one_bundle()
6601 insn[i] = nop[ia64_templ_desc[template_val].exec_unit[i]]; in emit_one_bundle()
6695 required_template = template_val; in emit_one_bundle()
6719 && (template_val ^ required_template) > 1))) in emit_one_bundle()
6732 if (required_template != template_val) in emit_one_bundle()
6745 template_val = required_template; in emit_one_bundle()
[all …]