gem5/arch/mips
Steve Reinhardt 5f307ebe35 Use op_decl instead of op_src_decl + op_dest_decl in .isa templates.
The latter causes multiple variable definitions if the same operand
is used as both a src and a dest.

arch/alpha/isa/mem.isa:
arch/mips/isa/formats/mem.isa:
    Use op_decl instead of op_src_decl + op_dest_decl.
    The latter causes multiple variable definitions if the same operand
    is used as both a src and a dest.

--HG--
extra : convert_revision : c14d91b293d3afef45c8728d3d8784f372c0b7f4
2006-03-28 22:32:08 -05:00
..
isa Use op_decl instead of op_src_decl + op_dest_decl in .isa templates. 2006-03-28 22:32:08 -05:00
faults.cc Found and fixed 3 decoder.isa bugs!!! Now the hello_world program runs for a while 2006-03-16 18:39:54 -05:00
faults.hh MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
isa_traits.cc infinitesimal small baby steps toward MIPS actually working 2006-03-15 16:26:40 -05:00
isa_traits.hh support for unaligned memory access 2006-03-19 13:40:03 -05:00
linux_process.cc support for unaligned memory access 2006-03-19 13:40:03 -05:00
linux_process.hh fix to LiveProcess (this change got deleted somehow) 2006-03-16 19:01:09 -05:00
process.cc Merge zizzer:/bk/newmem 2006-03-15 23:38:55 -05:00
process.hh add translations for new sections that are mmapped or when the brk 2006-03-15 17:04:50 -05:00
SConscript MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
stacktrace.hh updated MIPS ISA files .... all files should be able to compile/build with MIPS option except isa_traits.* 2006-03-08 02:05:38 -05:00
utility.hh MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00