HomeSort by: relevance | last modified time | path
    Searched refs:imm_offset (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-score.c 2175 bfd_vma imm_offset = 0; local
2177 imm_offset = ((addend >> 7) & 0xff)
2180 imm_offset <<= howto->rightshift;
2181 value += imm_offset;
2202 bfd_vma imm_offset = 0; local
2204 imm_offset = ((addend >> 5) & 0x3ff)
2207 value += imm_offset;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-score.c 2164 bfd_vma imm_offset = 0; local
2166 imm_offset = ((addend >> 7) & 0xff)
2169 imm_offset <<= howto->rightshift;
2170 value += imm_offset;
2191 bfd_vma imm_offset = 0; local
2193 imm_offset = ((addend >> 5) & 0x3ff)
2196 value += imm_offset;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-score.c 2174 bfd_vma imm_offset = 0; local
2176 imm_offset = ((addend >> 7) & 0xff)
2179 imm_offset <<= howto->rightshift;
2180 value += imm_offset;
2201 bfd_vma imm_offset = 0; local
2203 imm_offset = ((addend >> 5) & 0x3ff)
2206 value += imm_offset;
  /src/external/gpl3/gdb/dist/bfd/
elf32-score.c 2164 bfd_vma imm_offset = 0; local
2166 imm_offset = ((addend >> 7) & 0xff)
2169 imm_offset <<= howto->rightshift;
2170 value += imm_offset;
2191 bfd_vma imm_offset = 0; local
2193 imm_offset = ((addend >> 5) & 0x3ff)
2196 value += imm_offset;
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-protos.h 185 const int imm_offset; member in struct:cpu_addrcost_table
aarch64.cc 375 0 /* imm_offset */
393 0, /* imm_offset */
411 0, /* imm_offset */
429 0, /* imm_offset */
447 0, /* imm_offset */
465 0, /* imm_offset */
483 2, /* imm_offset */
501 0, /* imm_offset */
519 0 /* imm_offset */
537 0 /* imm_offset */
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-protos.h 186 const int imm_offset; member in struct:cpu_addrcost_table
aarch64.cc 13666 return cost_symbol_ref + addr_cost->imm_offset;
13681 cost += addr_cost->imm_offset;

Completed in 52 milliseconds