Home
last modified time | relevance | path

Searched refs:mips_small_data_threshold (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc437 static unsigned int mips_small_data_threshold; variable
2021 && GET_MODE_SIZE (mode) <= mips_small_data_threshold); in mips_rtx_constant_in_small_data_p()
9507 return size > 0 && size <= mips_small_data_threshold; in mips_in_small_data_p()
10126 mips_small_data_threshold, mips_arch_info->name, mips_isa); in mips_file_start()
20069 mips_small_data_threshold = (OPTION_SET_P (g_switch_value) in mips_option_override()
20357 if (mips_small_data_threshold > 0) in mips_option_override()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c435 static unsigned int mips_small_data_threshold; variable
2019 && GET_MODE_SIZE (mode) <= mips_small_data_threshold); in mips_rtx_constant_in_small_data_p()
9403 return size > 0 && size <= mips_small_data_threshold; in mips_in_small_data_p()
9985 mips_small_data_threshold, mips_arch_info->name, mips_isa); in mips_file_start()
19892 mips_small_data_threshold = (global_options_set.x_g_switch_value in mips_option_override()
20173 if (mips_small_data_threshold > 0) in mips_option_override()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20073369 (mips_small_data_threshold): ...this and give it an unsigned type.