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
This commit is contained in:
Stefan Markovic 2018-10-23 13:18:57 -04:00 committed by Lioncash
parent 2a27a61c51
commit 071fe91d6a
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -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