summaryrefslogtreecommitdiff
path: root/arch/mips/isa/formats/mem.isa
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-03-29 17:35:51 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-03-29 17:35:51 -0500
commit1e4e989b8396b9f4f322fb27bbfa1cf9e2007334 (patch)
tree236034318170bd70925abaecaeee398b7b9bb7e9 /arch/mips/isa/formats/mem.isa
parent76daf50937abda24d46a44754e2793570fc624b4 (diff)
parentd46d3d6811822d218c137cd6d991e6b4981811d6 (diff)
downloadgem5-1e4e989b8396b9f4f322fb27bbfa1cf9e2007334.tar.xz
Merge m5.eecs.umich.edu:/bk/newmem
into ewok.(none):/home/gblack/m5/newmem --HG-- extra : convert_revision : 984b015700ccef71d95b4d7d775a7b3f24084dc6
Diffstat (limited to 'arch/mips/isa/formats/mem.isa')
-rw-r--r--arch/mips/isa/formats/mem.isa6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/mips/isa/formats/mem.isa b/arch/mips/isa/formats/mem.isa
index 8a07e63d4..404aa1ee1 100644
--- a/arch/mips/isa/formats/mem.isa
+++ b/arch/mips/isa/formats/mem.isa
@@ -276,8 +276,7 @@ def template LoadCompleteAcc {{
Fault fault = NoFault;
%(fp_enable_check)s;
- %(op_src_decl)s;
- %(op_dest_decl)s;
+ %(op_decl)s;
memcpy(&Mem, data, sizeof(Mem));
@@ -375,8 +374,7 @@ def template StoreInitiateAcc {{
uint64_t write_result = 0;
%(fp_enable_check)s;
- %(op_src_decl)s;
- %(op_dest_decl)s;
+ %(op_decl)s;
%(op_rd)s;
%(ea_code)s;