Searched refs:preset_target_arch (Results 1 – 5 of 5) sorted by relevance
140 static unsigned int preset_target_arch; variable957 = preset_target_arch ? preset_target_arch : arch_sh_up & ~arch_sh_has_dsp; in md_begin()3205 preset_target_arch = arch_sh_up & ~(arch_sh_sp_fpu|arch_sh_dp_fpu); in md_parse_option()3218 preset_target_arch = arch_sh_up & ~(arch_sh_sp_fpu|arch_sh_dp_fpu); in md_parse_option()3220 preset_target_arch = arch_sh_up & ~arch_sh_has_dsp; in md_parse_option()3222 preset_target_arch = arch_sh_up; in md_parse_option()3244 preset_target_arch = 0; in md_parse_option()3256 preset_target_arch = in md_parse_option()3259 preset_target_arch = in md_parse_option()3266 if (!preset_target_arch) in md_parse_option()
2930 if (preset_target_arch == 0 && sh64_isa_mode == sh64_isa_unspecified) in sh64_target_format()2937 if (preset_target_arch != 0 || sh64_isa_mode == sh64_isa_shcompact) in sh64_target_format()2947 if (preset_target_arch == 0 && sh64_isa_mode == sh64_isa_unspecified) in sh64_target_format()
2591 * config/tc-sh.c (sh_dsp): Replace with preset_target_arch.2592 (md_begin): Use preset_target_arch.2595 set preset_target_arch.
1715 (preset_target_arch): Likewise.
1152 * config/tc-sh64.c (sh64_target_format): Check preset_target_arch