Home
last modified time | relevance | path

Searched refs:MIPS_HFLAG_DSP_R2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/mips/
H A Dinternal.h304 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()
H A Dcpu.h1153 #define MIPS_HFLAG_DSP_R2 0x100000 /* Enable access to DSP R2 resources. */ macro
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c1548 if (unlikely(!(ctx->hflags & MIPS_HFLAG_DSP_R2))) { in check_dsp_r2()