Home | History | Annotate | Download | only in bfd

Lines Matching defs:pinsn2

8805    the prefix insn in *PINSN1, a NOP in *PINSN2 and the offset in *POFF.
8809 while *PINSN2 is the second instruction. */
8812 xlate_pcrel_opt (uint64_t *pinsn1, uint64_t *pinsn2, bfd_signed_vma *poff)
8815 uint64_t insn2 = *pinsn2;
8829 *pinsn2 = PNOP;
8927 *pinsn2 = (uint64_t) NOP << 32;
16832 uint64_t pinsn2;
16834 pinsn2 = bfd_get_32 (input_bfd, contents + off2);
16835 pinsn2 <<= 32;
16836 if ((pinsn2 & (63ULL << 58)) == 1ULL << 58)
16840 pinsn2 |= bfd_get_32 (input_bfd,
16843 if (xlate_pcrel_opt (&pinsn, &pinsn2, &addend_off))
16851 bfd_put_32 (input_bfd, pinsn2 >> 32,
16853 if ((pinsn2 & (63ULL << 58)) == 1ULL << 58)
16854 bfd_put_32 (input_bfd, pinsn2,