]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
target/mips: Define a bit for MXU in insn_flags
authorCraig Janeczek <jancraig@amazon.com>
Thu, 18 Oct 2018 12:36:57 +0000 (14:36 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 29 Oct 2018 13:13:47 +0000 (14:13 +0100)
Define a bit for MXU in insn_flags. This is the first non-MIPS
(third party) ASE supported in QEMU for MIPS, so it is placed in
the section "bits 56-63: vendor-specific ASEs".

Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Craig Janeczek <jancraig@amazon.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
target/mips/mips-defs.h

index 517761861599bef9b5c7812acb55e3b95746a6c3..dbdb4b2b2da28fc320d95e5c204b497b1c89531b 100644 (file)
@@ -69,6 +69,7 @@
  *   bits 56-63: vendor-specific ASEs
  */
 #define ASE_MMI           0x0100000000000000ULL
+#define ASE_MXU           0x0200000000000000ULL
 
 /* MIPS CPU defines. */
 #define                CPU_MIPS1       (ISA_MIPS1)