mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-23 03:45:14 +00:00
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:
parent
2a27a61c51
commit
071fe91d6a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue