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

  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 209 #define ORI_R12_R12_0 0x618c0000 /* ori %r12,%r12,xxx@l */
10826 bfd_put_32 (abfd, ORI_R12_R12_0 + ((off >> 32) & 0xffff), p);
10842 bfd_put_32 (abfd, ORI_R12_R12_0 + PPC_LO (off), p);
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 209 #define ORI_R12_R12_0 0x618c0000 /* ori %r12,%r12,xxx@l */
10826 bfd_put_32 (abfd, ORI_R12_R12_0 + ((off >> 32) & 0xffff), p);
10842 bfd_put_32 (abfd, ORI_R12_R12_0 + PPC_LO (off), p);
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 209 #define ORI_R12_R12_0 0x618c0000 /* ori %r12,%r12,xxx@l */
10809 bfd_put_32 (abfd, ORI_R12_R12_0 + ((off >> 32) & 0xffff), p);
10825 bfd_put_32 (abfd, ORI_R12_R12_0 + PPC_LO (off), p);
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 209 #define ORI_R12_R12_0 0x618c0000 /* ori %r12,%r12,xxx@l */
10812 bfd_put_32 (abfd, ORI_R12_R12_0 + ((off >> 32) & 0xffff), p);
10828 bfd_put_32 (abfd, ORI_R12_R12_0 + PPC_LO (off), p);

Completed in 40 milliseconds