Searched refs:lit_insn (Results 1 – 1 of 1) sorted by relevance
3239 unsigned int lit_insn; in elf64_alpha_relax_with_lituse() local3242 lit_insn = bfd_get_32 (abfd, contents + irel->r_offset); in elf64_alpha_relax_with_lituse()3243 if (lit_insn >> 26 != OP_LDQ) in elf64_alpha_relax_with_lituse()3316 insn = (insn & 0xffe0ffff) | (lit_insn & 0x001f0000); in elf64_alpha_relax_with_lituse()3340 lit_insn = (OP_LDAH << 26) | (lit_insn & 0x03ff0000); in elf64_alpha_relax_with_lituse()3341 bfd_put_32 (abfd, (bfd_vma) lit_insn, contents + irel->r_offset); in elf64_alpha_relax_with_lituse()