Lines Matching refs:template_val
382 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()
485 int template_val; in ia64_elf_relax_brl() local
504 template_val = 0x13; in ia64_elf_relax_brl()
506 template_val = 0x12; in ia64_elf_relax_brl()
507 t0 = (i1 << 46) | (i0 << 5) | template_val; in ia64_elf_relax_brl()