From 071fe91d6afc210ba468001444cdc91f9bc11067 Mon Sep 17 00:00:00 2001 From: Stefan Markovic Date: Tue, 23 Oct 2018 13:18:57 -0400 Subject: [PATCH] target/mips: Add bit definitions for DSP R3 ASE Add DSP R3 ASE related bit definition for insn_flags and hflags. Backports commit 6208f09441dcf8d142ff0e1624ef12da298776a4 from qemu --- qemu/target/mips/mips-defs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu/target/mips/mips-defs.h b/qemu/target/mips/mips-defs.h index 89b46719..4a0f3705 100644 --- a/qemu/target/mips/mips-defs.h +++ b/qemu/target/mips/mips-defs.h @@ -49,6 +49,7 @@ #define ASE_MDMX 0x0000000400000000ULL #define ASE_DSP 0x0000000800000000ULL #define ASE_DSPR2 0x0000001000000000ULL +#define ASE_DSPR3 0x0000002000000000ULL #define ASE_MT 0x0000004000000000ULL #define ASE_SMARTMIPS 0x0000008000000000ULL #define ASE_MICROMIPS 0x0000010000000000ULL