summaryrefslogtreecommitdiffstats
path: root/target-mips/mips-defs.h
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-10-23 17:04:27 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-10-23 17:04:27 +0000
commit7385ac0ba2456159a52b9b2cbb5f6c71921d0c23 (patch)
treefe3ae4e3c3e3007c5f820e3eb7c92da4a1875cc7 /target-mips/mips-defs.h
parentd8a5950a62ee91d7fd8ed5ba459992b55e9cb3b7 (diff)
downloadhqemu-7385ac0ba2456159a52b9b2cbb5f6c71921d0c23.zip
hqemu-7385ac0ba2456159a52b9b2cbb5f6c71921d0c23.tar.gz
Use the standard ASE check for MIPS-3D and MT.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3427 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/mips-defs.h')
-rw-r--r--target-mips/mips-defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target-mips/mips-defs.h b/target-mips/mips-defs.h
index 5c98edf..a30f2ed 100644
--- a/target-mips/mips-defs.h
+++ b/target-mips/mips-defs.h
@@ -32,6 +32,8 @@
#define ASE_MDMX 0x00004000
#define ASE_DSP 0x00008000
#define ASE_DSPR2 0x00010000
+#define ASE_MT 0x00020000
+#define ASE_SMARTMIPS 0x00040000
/* Chip specific instructions. */
/* Currently void */
OpenPOWER on IntegriCloud