diff options
author | Korey Sewell <ksewell@umich.edu> | 2006-04-10 12:37:15 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2006-04-10 12:37:15 -0400 |
commit | f51656498ea4c3418499f25e5a7a24b4c71be122 (patch) | |
tree | f54ef3c2ec601519e0cc98f007705e56a4b20dc0 /arch/mips/isa/operands.isa | |
parent | ae1a95ed9c9aa2b3c97272570575345dc3c37799 (diff) | |
parent | 4f430e9ab56443e822171b7881f4d50475dbaf25 (diff) | |
download | gem5-f51656498ea4c3418499f25e5a7a24b4c71be122.tar.xz |
Merge zizzer:/bk/newmem
into zazzer.eecs.umich.edu:/.automount/zooks/y/ksewell/research/m5-sim/newmem-mips
arch/mips/isa/formats/mem.isa:
Filled in Split-Memory Access Code
arch/mips/isa_traits.hh:
Leave IntRegFile as an array instead of class with member functions
mem/page_table.cc:
take out NO ALIGN FAULT page table access code for now... No need to messs up what works
--HG--
extra : convert_revision : cbf1cce9145daf9ee9ceabc9080271ddb0561489
Diffstat (limited to 'arch/mips/isa/operands.isa')
-rw-r--r-- | arch/mips/isa/operands.isa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/isa/operands.isa b/arch/mips/isa/operands.isa index 13870337b..5bc32d6e1 100644 --- a/arch/mips/isa/operands.isa +++ b/arch/mips/isa/operands.isa @@ -26,7 +26,7 @@ def operands {{ 'Ft': ('FloatReg', 'sf', 'FT', 'IsFloating', 3), 'Fr': ('FloatReg', 'sf', 'FR', 'IsFloating', 3), - 'Mem': ('Mem', 'ud', None, ('IsMemRef', 'IsLoad', 'IsStore'), 4), + 'Mem': ('Mem', 'uw', None, ('IsMemRef', 'IsLoad', 'IsStore'), 4), 'NPC': ('NPC', 'uw', None, ( None, None, 'IsControl' ), 4), 'NNPC':('NNPC', 'uw', None, ( None, None, 'IsControl' ), 4) |