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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 10946 bfd_vma offset, target, target_high, target_low;
10982 target_high = ((target + 0x8000) >> 16) & 0xffff;
11000 LA25_LUI_MICROMIPS (target_high),
11008 bfd_put_32 (hti->output_bfd, LA25_LUI (target_high), loc);
11019 LA25_LUI_MICROMIPS (target_high), loc);
11028 bfd_put_32 (hti->output_bfd, LA25_LUI (target_high), loc);
10911 bfd_vma offset, target, target_high, target_low; local
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 10921 bfd_vma offset, target, target_high, target_low;
10957 target_high = ((target + 0x8000) >> 16) & 0xffff;
10975 LA25_LUI_MICROMIPS (target_high),
10983 bfd_put_32 (hti->output_bfd, LA25_LUI (target_high), loc);
10994 LA25_LUI_MICROMIPS (target_high), loc);
11003 bfd_put_32 (hti->output_bfd, LA25_LUI (target_high), loc);
10886 bfd_vma offset, target, target_high, target_low; local
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 10816 bfd_vma offset, target, target_high, target_low;
10852 target_high = ((target + 0x8000) >> 16) & 0xffff;
10870 LA25_LUI_MICROMIPS (target_high),
10878 bfd_put_32 (hti->output_bfd, LA25_LUI (target_high), loc);
10889 LA25_LUI_MICROMIPS (target_high), loc);
10898 bfd_put_32 (hti->output_bfd, LA25_LUI (target_high), loc);
10781 bfd_vma offset, target, target_high, target_low; local
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 10829 bfd_vma offset, target, target_high, target_low;
10865 target_high = ((target + 0x8000) >> 16) & 0xffff;
10883 LA25_LUI_MICROMIPS (target_high),
10891 bfd_put_32 (hti->output_bfd, LA25_LUI (target_high), loc);
10902 LA25_LUI_MICROMIPS (target_high), loc);
10911 bfd_put_32 (hti->output_bfd, LA25_LUI (target_high), loc);
10794 bfd_vma offset, target, target_high, target_low; local

Completed in 75 milliseconds