diff options
author | Nick Clifton <nickc@redhat.com> | 2003-03-27 17:13:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-03-27 17:13:33 +0000 |
commit | 0f026fd00cb8fec25a722afb2acd44aadfc046ef (patch) | |
tree | c03e941a65a5e0931ed86c13fb0bdb13a33f3146 /sim/arm/armdefs.h | |
parent | 378bfd1b7a2a1afc6553da2ae148a3908cf6d147 (diff) | |
download | gdb-0f026fd00cb8fec25a722afb2acd44aadfc046ef.zip gdb-0f026fd00cb8fec25a722afb2acd44aadfc046ef.tar.gz gdb-0f026fd00cb8fec25a722afb2acd44aadfc046ef.tar.bz2 |
Add iWMMXt support to ARM simulator
Diffstat (limited to 'sim/arm/armdefs.h')
-rw-r--r-- | sim/arm/armdefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/arm/armdefs.h b/sim/arm/armdefs.h index 0f25222..a2ea405 100644 --- a/sim/arm/armdefs.h +++ b/sim/arm/armdefs.h @@ -135,6 +135,7 @@ struct ARMul_State unsigned is_v5; /* Are we emulating a v5 architecture ? */ unsigned is_v5e; /* Are we emulating a v5e architecture ? */ unsigned is_XScale; /* Are we emulating an XScale architecture ? */ + unsigned is_iWMMXt; /* Are we emulating an iWMMXt co-processor ? */ unsigned is_ep9312; /* Are we emulating a Cirrus Maverick co-processor ? */ unsigned verbose; /* Print various messages like the banner */ }; @@ -164,6 +165,7 @@ struct ARMul_State #define ARM_v5e_Prop 0x100 #define ARM_XScale_Prop 0x200 #define ARM_ep9312_Prop 0x400 +#define ARM_iWMMXt_Prop 0x800 /***************************************************************************\ * Macros to extract instruction fields * |