Searched refs:MIPS_HFLAG_DSP_R2 (Results 1 – 3 of 3) sorted by relevance
304 MIPS_HFLAG_AWRAP | MIPS_HFLAG_DSP | MIPS_HFLAG_DSP_R2 | in compute_hflags()360 env->hflags |= MIPS_HFLAG_DSP | MIPS_HFLAG_DSP_R2 | in compute_hflags()369 env->hflags |= MIPS_HFLAG_DSP | MIPS_HFLAG_DSP_R2; in compute_hflags()
1153 #define MIPS_HFLAG_DSP_R2 0x100000 /* Enable access to DSP R2 resources. */ macro
1548 if (unlikely(!(ctx->hflags & MIPS_HFLAG_DSP_R2))) { in check_dsp_r2()