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

  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.h 845 #define ASM_APP_ON (TARGET_EXPLICIT_RELOCS ? "\t.set\tmacro\n" : "")
849 #define ASM_APP_OFF (TARGET_EXPLICIT_RELOCS ? "\t.set\tnomacro\n" : "")
alpha.cc 767 if (TARGET_EXPLICIT_RELOCS && TARGET_SMALL_DATA)
911 else if (TARGET_EXPLICIT_RELOCS
1013 if (TARGET_EXPLICIT_RELOCS
1265 if (!reload_completed || !TARGET_EXPLICIT_RELOCS)
1409 if (TARGET_EXPLICIT_RELOCS && small_symbolic_operand (x, VOIDmode))
1411 else if (TARGET_EXPLICIT_RELOCS && local_symbolic_operand (x, VOIDmode))
8402 with and without TARGET_EXPLICIT_RELOCS, and to avoid duplicating
9347 if (! (TARGET_EXPLICIT_RELOCS
9521 if (TARGET_EXPLICIT_RELOCS)
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.h 845 #define ASM_APP_ON (TARGET_EXPLICIT_RELOCS ? "\t.set\tmacro\n" : "")
849 #define ASM_APP_OFF (TARGET_EXPLICIT_RELOCS ? "\t.set\tnomacro\n" : "")
alpha.cc 767 if (TARGET_EXPLICIT_RELOCS && TARGET_SMALL_DATA)
910 else if (TARGET_EXPLICIT_RELOCS
1012 if (TARGET_EXPLICIT_RELOCS
1264 if (!reload_completed || !TARGET_EXPLICIT_RELOCS)
1408 if (TARGET_EXPLICIT_RELOCS && small_symbolic_operand (x, VOIDmode))
1410 else if (TARGET_EXPLICIT_RELOCS && local_symbolic_operand (x, VOIDmode))
8389 with and without TARGET_EXPLICIT_RELOCS, and to avoid duplicating
9338 if (! (TARGET_EXPLICIT_RELOCS
9512 if (TARGET_EXPLICIT_RELOCS)
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.h 150 #define TARGET_EXPLICIT_RELOCS \
174 (TARGET_EXPLICIT_RELOCS && TARGET_CALL_CLOBBERED_GP && epilogue_completed)
186 && TARGET_EXPLICIT_RELOCS \
198 - TARGET_USE_GOT && !TARGET_EXPLICIT_RELOCS. call_insn_operand
201 (!TARGET_MIPS16 && (!TARGET_USE_GOT || TARGET_EXPLICIT_RELOCS))
mips.cc 2121 return (!TARGET_EXPLICIT_RELOCS
3246 && TARGET_EXPLICIT_RELOCS
5441 : !TARGET_EXPLICIT_RELOCS);
7463 if (TARGET_EXPLICIT_RELOCS
7981 if (TARGET_EXPLICIT_RELOCS)
8950 if (TARGET_EXPLICIT_RELOCS)
8970 if (TARGET_EXPLICIT_RELOCS
8987 else if (TARGET_EXPLICIT_RELOCS)
8992 if (TARGET_EXPLICIT_RELOCS)
9788 if (!TARGET_EXPLICIT_RELOCS && mips_in_small_data_p (decl)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.h 167 (TARGET_EXPLICIT_RELOCS && TARGET_CALL_CLOBBERED_GP && epilogue_completed)
179 && TARGET_EXPLICIT_RELOCS \
191 - TARGET_USE_GOT && !TARGET_EXPLICIT_RELOCS. call_insn_operand
194 (!TARGET_MIPS16 && (!TARGET_USE_GOT || TARGET_EXPLICIT_RELOCS))
mips.cc 2041 return (!TARGET_EXPLICIT_RELOCS
3153 && TARGET_EXPLICIT_RELOCS
5308 : !TARGET_EXPLICIT_RELOCS);
7304 if (TARGET_EXPLICIT_RELOCS
7822 if (TARGET_EXPLICIT_RELOCS)
8776 if (TARGET_EXPLICIT_RELOCS)
8796 if (TARGET_EXPLICIT_RELOCS
8813 else if (TARGET_EXPLICIT_RELOCS)
8818 if (TARGET_EXPLICIT_RELOCS)
9614 if (!TARGET_EXPLICIT_RELOCS && mips_in_small_data_p (decl)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.h 696 (!TARGET_EXPLICIT_RELOCS && \
riscv.cc 825 if (!TARGET_EXPLICIT_RELOCS)
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.h 1261 #define TARGET_EXPLICIT_RELOCS \
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv.h 860 (!TARGET_EXPLICIT_RELOCS && \
riscv.cc 1366 if (!TARGET_EXPLICIT_RELOCS)
9339 if (riscv_cmodel == CM_LARGE && TARGET_EXPLICIT_RELOCS)

Completed in 57 milliseconds