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;
16848 uint64_t pinsn2;
16850 pinsn2 = bfd_get_32 (input_bfd, contents + off2);
16851 pinsn2 <<= 32;
16852 if ((pinsn2 & (63ULL << 58)) == 1ULL << 58)
16856 pinsn2 |= bfd_get_32 (input_bfd,
16859 if (xlate_pcrel_opt (&pinsn, &pinsn2, &addend_off))
16867 bfd_put_32 (input_bfd, pinsn2 >> 32,
16869 if ((pinsn2 & (63ULL << 58)) == 1ULL << 58)
16870 bfd_put_32 (input_bfd, pinsn2,