summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)Author
2006-05-14Moved the UnimpFault to be globalGabe Black
2006-05-11Fixes for Paired-Single FP Compare Operations...Korey Sewell
2006-05-10Support for FP Paired Single OperationsKorey Sewell
2006-05-10revamping code to appropriately handle FP condition code and conversion ops.Korey Sewell
2006-05-10decoder.isa:Korey Sewell
2006-05-09decoder.isa:Korey Sewell
2006-05-09decoder.isa:Korey Sewell
2006-05-08Start working on more complex FP testsKorey Sewell
2006-05-07First Steps in cleaning up MIPS code - This changeset rearranges the files in...Korey Sewell
2006-05-07Minor changes for FP ... MIPS now works for floating-point programs...Korey Sewell
2006-05-07Basic MIPS floating point test works now ... I had to realize that when using...Korey Sewell
2006-05-04take-out debug only codeKorey Sewell
2006-05-04recognized 32 & 64 bit unsigned integer types and set the width appropriatelyKorey Sewell
2006-05-02Redo the FloatRegFile using unsigned integersKorey Sewell
2006-04-28More Modest Changes for FP MIPS execution...Korey Sewell
2006-04-28Use lower two bits of FCSR reg to determine rounding mode (may want to move t...Korey Sewell
2006-04-27change readPC() + 4 to readNextPC() and the same for NNPC ...Korey Sewell
2006-04-27Rewrite CFC1 & CTC1 instruction definitionsKorey Sewell
2006-04-26Changes to get Floating Point Instructions w/new regfile to at least not segf...Korey Sewell
2006-04-18Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-04-18Changed MIPS and Alpha to pass the syscall number to the syscall functionGabe Black
2006-04-14These fixes now allow all of the 20 mips tests to work properly!Korey Sewell
2006-04-13Move RLIMIT constants to OS/ISA specific files instead of generic OS containe...Korey Sewell
2006-04-13Changes that get rid of the OSFlags and derive a new class of this format <ar...Korey Sewell
2006-04-12add OSFlags struct to AlphaISA/MipsISA namespace. The OS classes then use the...Korey Sewell
2006-04-10edit to test_mips config fileKorey Sewell
2006-04-10so I guess the IntRegFile class is needed after all!Korey Sewell
2006-04-10Merge zizzer:/bk/newmemKorey Sewell
2006-04-10Finally MIPS does hello world!Korey Sewell
2006-04-06Merge zizzer:/bk/newmemAli Saidi
2006-04-06added unimp faultsAli Saidi
2006-04-06Enable register windows.Gabe Black
2006-03-28Use op_decl instead of op_src_decl + op_dest_decl in .isa templates.Steve Reinhardt
2006-03-28Make .isa-file ##include file paths relative to including file.Steve Reinhardt
2006-03-19support for unaligned memory accessKorey Sewell
2006-03-18more syscall fixesKorey Sewell
2006-03-18steps toward making syscalls workKorey Sewell
2006-03-16fix to LiveProcess (this change got deleted somehow)Korey Sewell
2006-03-16Found and fixed 3 decoder.isa bugs!!! Now the hello_world program runs for a ...Korey Sewell
2006-03-15Merge zizzer:/bk/newmemKorey Sewell
2006-03-15add translations for new sections that are mmapped or when the brkAli Saidi
2006-03-15infinitesimal small baby steps toward MIPS actually workingKorey Sewell
2006-03-14Minor Sconscript edit ... mips decoder changes ... initialize NNPC and output...Korey Sewell
2006-03-12Clean up arch/*/process.hh includes and std namespace issues.Steve Reinhardt
2006-03-12MIPS is back to compiling and building now!Korey Sewell
2006-03-09last changes before big mergeKorey Sewell
2006-03-09minor comments to decoder.isaKorey Sewell
2006-03-08add explicit support for nop,ssnop, and ehb instructionsKorey Sewell
2006-03-08Update MiscReg enum and miscRegFile definitionKorey Sewell
2006-03-08updated MIPS ISA files .... all files should be able to compile/build with MI...Korey Sewell