Searched refs:lit_insn (Results 1 – 2 of 2) sorted by relevance
3083 unsigned int lit_insn; in elf64_alpha_relax_with_lituse() local3085 lit_insn = bfd_get_32 (info->abfd, info->contents + irel->r_offset); in elf64_alpha_relax_with_lituse()3086 if (lit_insn >> 26 != OP_LDQ) in elf64_alpha_relax_with_lituse()3145 insn = (insn & 0xffe0ffff) | (lit_insn & 0x001f0000); in elf64_alpha_relax_with_lituse()3163 lit_insn = (OP_LDAH << 26) | (lit_insn & 0x03ff0000); in elf64_alpha_relax_with_lituse()3164 bfd_put_32 (info->abfd, (bfd_vma) lit_insn, in elf64_alpha_relax_with_lituse()
1252 unsigned int lit_insn; local1254 lit_insn = bfd_get_32 (info->abfd, info->contents + irel->r_offset);1255 if (lit_insn >> 26 != OP_LDQ)1314 insn = (insn & 0xffe0ffff) | (lit_insn & 0x001f0000);1332 lit_insn = (OP_LDAH << 26) | (lit_insn & 0x03ff0000);1333 bfd_put_32 (info->abfd, (bfd_vma) lit_insn,