Home
last modified time | relevance | path

Searched refs:g_switch_value (Results 1 – 25 of 66) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dvxworks.h158 if (!OPTION_SET_P (g_switch_value)) \
159 g_switch_value = SDATA_DEFAULT_SIZE; \
H A Dsysv4.h73 if (!OPTION_SET_P (g_switch_value)) \
74 g_switch_value = SDATA_DEFAULT_SIZE; \
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldmain.h36 extern int g_switch_value;
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldmain.h36 extern int g_switch_value;
/netbsd-src/external/gpl3/gcc/dist/gcc/config/lm32/
H A Dlm32.h387 if ((SIZE) <= (unsigned HOST_WIDE_INT) g_switch_value) \
404 if ((SIZE) <= (unsigned HOST_WIDE_INT) g_switch_value) \
H A Dlm32.cc802 if (size > 0 && size <= g_switch_value) in lm32_in_small_data_p()
1154 if (g_switch_value) in lm32_rtx_costs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/lm32/
H A Dlm32.h387 if ((SIZE) <= (unsigned HOST_WIDE_INT) g_switch_value) \
404 if ((SIZE) <= (unsigned HOST_WIDE_INT) g_switch_value) \
H A Dlm32.c802 if (size > 0 && size <= g_switch_value) in lm32_in_small_data_p()
1154 if (g_switch_value) in lm32_rtx_costs()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.h883 && (SIZE) <= (unsigned HOST_WIDE_INT) g_switch_value) \
897 && (SIZE) <= (unsigned HOST_WIDE_INT) g_switch_value) \
H A Dm32r.cc248 if (!OPTION_SET_P (g_switch_value)) in m32r_init()
249 g_switch_value = SDATA_DEFAULT_SIZE; in m32r_init()
519 if (size > 0 && size <= g_switch_value) in m32r_in_small_data_p()
2056 ASM_COMMENT_START, g_switch_value); in m32r_file_start()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dvxworks.h153 g_switch_value = SDATA_DEFAULT_SIZE; \
H A Dsysv4.h74 g_switch_value = SDATA_DEFAULT_SIZE; \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dm32r.h906 && (SIZE) <= (unsigned HOST_WIDE_INT) g_switch_value) \
920 && (SIZE) <= (unsigned HOST_WIDE_INT) g_switch_value) \
H A Dm32r.c248 g_switch_value = SDATA_DEFAULT_SIZE; in m32r_init()
518 if (size > 0 && size <= g_switch_value) in m32r_in_small_data_p()
2055 ASM_COMMENT_START, g_switch_value); in m32r_file_start()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Delf.h69 if ((SIZE) <= (unsigned HOST_WIDE_INT) g_switch_value) \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/
H A Delf.h69 if ((SIZE) <= (unsigned HOST_WIDE_INT) g_switch_value) \
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-frv.c261 static int g_switch_value = 8; variable
272 g_switch_value = atoi (arg); in md_parse_option()
273 if (! g_switch_value) in md_parse_option()
427 g_switch_value = 0; in md_parse_option()
505 bfd_set_gp_size (stdoutput, g_switch_value); in md_begin()
H A Dtc-mips.c661 static unsigned int g_switch_value = 8; variable
3691 if (g_switch_seen && g_switch_value != 0) in md_begin()
3693 g_switch_value = 0; in md_begin()
3697 if (g_switch_seen && g_switch_value != 0) in md_begin()
3699 g_switch_value = 0; in md_begin()
3855 bfd_set_gp_size (stdoutput, g_switch_value); in md_begin()
6131 || g_switch_value < 4 in match_float_constant()
6200 gas_assert (!using_gprs && g_switch_value >= 4); in match_float_constant()
6205 if (using_gprs || g_switch_value < 8) in match_float_constant()
15209 g_switch_value = atoi (arg); in md_parse_option()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-frv.c261 static int g_switch_value = 8; variable
272 g_switch_value = atoi (arg); in md_parse_option()
273 if (! g_switch_value) in md_parse_option()
427 g_switch_value = 0; in md_parse_option()
505 bfd_set_gp_size (stdoutput, g_switch_value); in md_begin()
H A Dtc-mips.c658 static unsigned int g_switch_value = 8; variable
3688 if (g_switch_seen && g_switch_value != 0) in md_begin()
3690 g_switch_value = 0; in md_begin()
3694 if (g_switch_seen && g_switch_value != 0) in md_begin()
3696 g_switch_value = 0; in md_begin()
3852 bfd_set_gp_size (stdoutput, g_switch_value); in md_begin()
6128 || g_switch_value < 4 in match_float_constant()
6197 gas_assert (!using_gprs && g_switch_value >= 4); in match_float_constant()
6202 if (using_gprs || g_switch_value < 8) in match_float_constant()
15215 g_switch_value = atoi (arg); in md_parse_option()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Dg.opt26 Target Joined Separate UInteger Var(g_switch_value)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Dg.opt26 Target Joined Separate UInteger Var(g_switch_value)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.opt83 Target Joined Separate UInteger Var(g_switch_value) Init(8)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.opt95 Target Joined Separate UInteger Var(g_switch_value) Init(8)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.h1540 if ((SIZE) > 0 && (SIZE) <= (unsigned HOST_WIDE_INT) g_switch_value) \

123