gem5/arch/mips/isa
Gabe Black 609c4ecea6 Changed MIPS and Alpha to pass the syscall number to the syscall function
arch/alpha/isa/decoder.isa:
    Fixed up Alpha to pass the syscall number directly to the syscall function.
arch/mips/isa/decoder.isa:
    Fixed up MIPS to pass the syscall number directly to the syscall function.
arch/mips/isa/operands.isa:
    Added an R2 operand which is passed to the syscall function as the syscall number to use.

--HG--
extra : convert_revision : 066d486cd6a2761b29e413c6d526c268788975f3
2006-04-18 09:44:24 -04:00
..
formats Use op_decl instead of op_src_decl + op_dest_decl in .isa templates. 2006-03-28 22:32:08 -05:00
base.isa support for unaligned memory access 2006-03-19 13:40:03 -05:00
bitfields.isa 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
decoder.isa Changed MIPS and Alpha to pass the syscall number to the syscall function 2006-04-18 09:44:24 -04:00
includes.isa MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
main.isa Make .isa-file ##include file paths relative to including file. 2006-03-28 22:29:42 -05:00
operands.isa Changed MIPS and Alpha to pass the syscall number to the syscall function 2006-04-18 09:44:24 -04:00