diff options
author | Korey Sewell <ksewell@umich.edu> | 2006-02-14 02:03:14 -0500 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2006-02-14 02:03:14 -0500 |
commit | d7ac2b56c2fdc4a8a5f96ee725f11f37c4432f14 (patch) | |
tree | 9dc1eb692cd6ef9042d22df25519ac427a11cc15 /arch/mips/isa/bitfields.isa | |
parent | 2865768112096c2affb934f3dfe47a3ef43e9aa0 (diff) | |
download | gem5-d7ac2b56c2fdc4a8a5f96ee725f11f37c4432f14.tar.xz |
make MIPS MT instructions decodable ...
arch/mips/isa/bitfields.isa:
extra bitfield for decoding
--HG--
extra : convert_revision : 27f0afc3ee6ce00a94f44b2b1ac160ec26030866
Diffstat (limited to 'arch/mips/isa/bitfields.isa')
-rw-r--r-- | arch/mips/isa/bitfields.isa | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/isa/bitfields.isa b/arch/mips/isa/bitfields.isa index 94a8a6467..bead9c151 100644 --- a/arch/mips/isa/bitfields.isa +++ b/arch/mips/isa/bitfields.isa @@ -15,6 +15,7 @@ def bitfield RT_HI <20:19>; def bitfield RT_LO <18:16>; def bitfield RS <25:21>; +def bitfield RS_MSB <25:25>; def bitfield RS_HI <25:24>; def bitfield RS_LO <23:21>; |