Lines Matching defs:pinsn2
8806 the prefix insn in *PINSN1, a NOP in *PINSN2 and the offset in *POFF.
8810 while *PINSN2 is the second instruction. */
8813 xlate_pcrel_opt (uint64_t *pinsn1, uint64_t *pinsn2, bfd_signed_vma *poff)
8816 uint64_t insn2 = *pinsn2;
8830 *pinsn2 = PNOP;
8928 *pinsn2 = (uint64_t) NOP << 32;
16818 uint64_t pinsn2;
16820 pinsn2 = bfd_get_32 (input_bfd, contents + off2);
16821 pinsn2 <<= 32;
16822 if ((pinsn2 & (63ULL << 58)) == 1ULL << 58)
16826 pinsn2 |= bfd_get_32 (input_bfd,
16829 if (xlate_pcrel_opt (&pinsn, &pinsn2, &addend_off))
16837 bfd_put_32 (input_bfd, pinsn2 >> 32,
16839 if ((pinsn2 & (63ULL << 58)) == 1ULL << 58)
16840 bfd_put_32 (input_bfd, pinsn2,