Searched refs:lit_insn (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c3117 unsigned int lit_insn;
3119 lit_insn = bfd_get_32 (info->abfd, info->contents + irel->r_offset);
3120 if (lit_insn >> 26 != OP_LDQ)
3179 insn = (insn & 0xffe0ffff) | (lit_insn & 0x001f0000);
3197 lit_insn = (OP_LDAH << 26) | (lit_insn & 0x03ff0000);
3198 bfd_put_32 (info->abfd, (bfd_vma) lit_insn,
3108 unsigned int lit_insn; local

Completed in 77 milliseconds