HomeSort by: relevance | last modified time | path
    Searched defs:pinsn2 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 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
16850 uint64_t pinsn2; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 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
16844 uint64_t pinsn2; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 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
16814 uint64_t pinsn2; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 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
16828 uint64_t pinsn2; local
    [all...]

Completed in 71 milliseconds