summaryrefslogtreecommitdiff
path: root/arch/mips/isa/decoder.isa
AgeCommit message (Expand)Author
2006-05-12FP programs are back to running... Condition Codes can be read and set...Korey Sewell
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-07Basic MIPS floating point test works now ... I had to realize that when using...Korey 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-12add OSFlags struct to AlphaISA/MipsISA namespace. The OS classes then use the...Korey Sewell
2006-04-10Finally MIPS does hello world!Korey Sewell
2006-03-19support for unaligned memory accessKorey Sewell
2006-03-18steps toward making syscalls workKorey Sewell
2006-03-16Found and fixed 3 decoder.isa bugs!!! Now the hello_world program runs for a ...Korey Sewell
2006-03-14Minor Sconscript edit ... mips decoder changes ... initialize NNPC and output...Korey Sewell
2006-03-12MIPS is back to compiling and building now!Korey 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
2006-02-22MIPS Compiles scons/MIPS_SE/arch/mips/decoder.do!!!!!!Korey Sewell
2006-02-20load/store instruction format ... now generates load/store codeKorey Sewell
2006-02-20Support for All Jump Instructions ...Korey Sewell
2006-02-18Support NNPC and branch instructions ... Outputs to decoder.cc correctlyKorey Sewell
2006-02-18MIPS generates ISA code through scons '.../decoder.cc'!!!Korey Sewell
2006-02-16Get ISA parser to at least include all the ISA correctly ... crashes with "No...Korey Sewell
2006-02-14another big step to a parsable ISA ... no errors after I used a symbolic link...Korey Sewell
2006-02-14trying to get ISA to parse correctly ...Korey Sewell
2006-02-14make MIPS MT instructions decodable ...Korey Sewell
2006-02-10The first fully coded version of decoder.isa!!!!!Korey Sewell
2006-02-09more code for instructions... Mainly for coprocessor0 and coprocessor1 move ...Korey Sewell
2006-02-08Code for more "BasicOp" instructions ... formats for all instructions in plac...Korey Sewell
2006-02-08add at least BasicOp Format to most if not all instructionsKorey Sewell
2006-02-07name changes ... minor IntOP format changeKorey Sewell