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()3206 preset_target_arch = arch_sh_up & ~(arch_sh_sp_fpu|arch_sh_dp_fpu); in md_parse_option()3219 preset_target_arch = arch_sh_up & ~(arch_sh_sp_fpu|arch_sh_dp_fpu); in md_parse_option()3221 preset_target_arch = arch_sh_up & ~arch_sh_has_dsp; in md_parse_option()3223 preset_target_arch = arch_sh_up; in md_parse_option()3245 preset_target_arch = 0; in md_parse_option()3257 preset_target_arch = in md_parse_option()3260 preset_target_arch = in md_parse_option()3267 if (!preset_target_arch) in md_parse_option()
2932 if (preset_target_arch == 0 && sh64_isa_mode == sh64_isa_unspecified) in sh64_target_format()2939 if (preset_target_arch != 0 || sh64_isa_mode == sh64_isa_shcompact) in sh64_target_format()2949 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