Home | History | Annotate | Download | only in bfd

Lines Matching defs:pinsn2

8813    the prefix insn in *PINSN1, a NOP in *PINSN2 and the offset in *POFF.
8817 while *PINSN2 is the second instruction. */
8820 xlate_pcrel_opt (uint64_t *pinsn1, uint64_t *pinsn2, bfd_signed_vma *poff)
8823 uint64_t insn2 = *pinsn2;
8837 *pinsn2 = PNOP;
8935 *pinsn2 = (uint64_t) NOP << 32;
16854 uint64_t pinsn2;
16856 pinsn2 = bfd_get_32 (input_bfd, contents + off2);
16857 pinsn2 <<= 32;
16858 if ((pinsn2 & (63ULL << 58)) == 1ULL << 58)
16862 pinsn2 |= bfd_get_32 (input_bfd,
16865 if (xlate_pcrel_opt (&pinsn, &pinsn2, &addend_off))
16873 bfd_put_32 (input_bfd, pinsn2 >> 32,
16875 if ((pinsn2 & (63ULL << 58)) == 1ULL << 58)
16876 bfd_put_32 (input_bfd, pinsn2,