Home
last modified time | relevance | path

Searched refs:ASE_DSP_R2 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/mips/
H A Dmips-defs.h31 #define ASE_DSP_R2 0x0000000010000000ULL macro
H A Dinternal.h363 } else if (env->insn_flags & ASE_DSP_R2) { in compute_hflags()
H A Dcpu-defs.c.inc343 .insn_flags = CPU_MIPS32R2 | ASE_MIPS16 | ASE_DSP | ASE_DSP_R2,
546 ASE_DSP | ASE_DSP_R2 | ASE_DSP_R3,
987 .insn_flags = CPU_MIPS64R2 | ASE_DSP | ASE_DSP_R2,
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c13580 if ((ctx->insn_flags & ASE_DSP_R2) && (op1 == OPC_MUL_PH_DSP)) { in decode_opc_special3_legacy()