* config/tc-mips.c (mips_set_options): Add ase_dsp for DSP instructions.
authorChao-ying Fu <fu@mips.com>
Thu, 25 Aug 2005 18:17:36 +0000 (18:17 +0000)
committerChao-ying Fu <fu@mips.com>
Thu, 25 Aug 2005 18:17:36 +0000 (18:17 +0000)
commit74cd071d389a0c9fd0ed45d5d2545a280e6975b3
tree3658072504b6b6e92e01f0170922ba123717c24e
parentfd25c5a9db0e51c42cde14f2b6f64bd8f4764adf
* config/tc-mips.c (mips_set_options): Add ase_dsp for DSP instructions.
(mips_opts): Add -1 to initialize ase_dsp.
(file_ase_dsp): New variable for -mdsp.
(CPU_HAS_DSP): New define.
(validate_mips_insn): Add supports for 3, 4, 5, 6, 7, 8, 9, 0, ', :, @
operand formats.
(mips_ip): Add min_range and max_range for checking singed numbers.
Check ase_dsp to enable DSP instructions.
Handle 3, 4, 5, 6, 7, 8, 9, 0, ', :, @ operand formats.
(OPTION_DSP, OPTION_NO_DSP): New define.
(OPTION_COMPAT_ARCH_BASE): Change because of inserting DSP define.
(md_parse_option): Parse OPTION_DSP and OPTION_NO_DSP.
(mips_after_parse_args): Set ase_dsp based on CPU.
(s_mipsset): Handle ".set dsp" and ".set nodsp".
(mips_elf_final_processing): Remind of adding new flag for DSP ASE.
(md_show_usage): Show usage of -mdsp and -mno-dsp.
gas/ChangeLog
gas/config/tc-mips.c
This page took 0.039426 seconds and 4 git commands to generate.