diff options
author | Korey Sewell <ksewell@umich.edu> | 2006-02-14 22:43:14 -0500 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2006-02-14 22:43:14 -0500 |
commit | 23bbec6a3445b4382f8c6ff8ea49fd818f960330 (patch) | |
tree | 2f3055f8f5eb7af6fbde0572877d4dc79fa4d51b /arch/mips/isa/formats/mem.isa | |
parent | 5830200d78afa4d50f672b67fc7db80c78e3a2ad (diff) | |
download | gem5-23bbec6a3445b4382f8c6ff8ea49fd818f960330.tar.xz |
another big step to a parsable ISA ... no errors after I used a symbolic link for
arch/alpha/main.isa to test my files ...
arch/mips/isa/operands.isa:
use sd and ud instead of sdw and udw
--HG--
extra : convert_revision : d66f3fd2c4a4d70e6015f0f1643c400cdfe73055
Diffstat (limited to 'arch/mips/isa/formats/mem.isa')
-rw-r--r-- | arch/mips/isa/formats/mem.isa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/isa/formats/mem.isa b/arch/mips/isa/formats/mem.isa index 5ed5237c5..e3028eb7c 100644 --- a/arch/mips/isa/formats/mem.isa +++ b/arch/mips/isa/formats/mem.isa @@ -55,7 +55,7 @@ def template MemExecute {{ }}; // Primary format for integer operate instructions: -def format Mem(code, *opt_flags) {{ +def format Memory(code, ea_code = {{ EA = Rb + disp; }},*opt_flags) {{ orig_code = code cblk = CodeBlock(code) iop = InstObjParams(name, Name, 'MipsStaticInst', cblk, opt_flags) |