Home
last modified time | relevance | path

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

/qemu/target/mips/
H A Dinternal.h295 MIPS_HFLAG_DSP_R3 | MIPS_HFLAG_SBRI | MIPS_HFLAG_MSA | in compute_hflags()
351 MIPS_HFLAG_DSP_R3; in compute_hflags()
H A Dcpu.h1155 #define MIPS_HFLAG_DSP_R3 0x20000000 /* Enable access to DSP R3 resources. */ macro
/qemu/target/mips/tcg/
H A Dtranslate.c1590 if (unlikely(!(ctx->hflags & MIPS_HFLAG_DSP_R3))) { in check_dsp_r3()