Searched refs:arch_sh_has_dsp (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/binutils/opcodes/
H A Dsh-opc.h231 #define arch_sh_has_dsp (1 << 31) macro
240 #define arch_sh_dsp (arch_sh2_base |arch_sh_no_mmu |arch_sh_has_dsp)
244 #define arch_sh3_dsp (arch_sh3_base |arch_sh_has_mmu|arch_sh_has_dsp)
247 #define arch_sh4al_dsp (arch_sh4a_base |arch_sh_has_mmu|arch_sh_has_dsp)
270 (((SET) & arch_sh_has_dsp) != 0)

Completed in 99 milliseconds