diff options
author | Korey Sewell <ksewell@umich.edu> | 2006-02-14 02:12:39 -0500 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2006-02-14 02:12:39 -0500 |
commit | 9f584bcc6f247b844dc699bab38c684128c5afd2 (patch) | |
tree | b69342a7731e9be7ba8571d15debf571e178edfc /arch/mips/isa/bitfields.isa | |
parent | 19e5efed03dd7e0ff003ea804b285ee490adf061 (diff) | |
parent | d7ac2b56c2fdc4a8a5f96ee725f11f37c4432f14 (diff) | |
download | gem5-9f584bcc6f247b844dc699bab38c684128c5afd2.tar.xz |
Merge zizzer:/bk/multiarch
into zazzer.eecs.umich.edu:/z/ksewell/research/m5-sim/m5-multiarch
--HG--
extra : convert_revision : 62d9346c44d5b7d455414fbebf0da3a8ef8d0754
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>; |