summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)Author
2006-02-21Renaming alpha files and changing some MIPS stuff to be more like Alpha versionKorey Sewell
2006-02-20make MIPS specificKorey 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-18changes from mergedmemKorey Sewell
2006-02-18use string name to figure out if we have a "AndLink" instructionKorey 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-16file name changes ... minor ISA changesKorey Sewell
2006-02-15...Korey Sewell
2006-02-14Merge zizzer:/bk/multiarchKorey 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-14New files to fix building the SPARC_SE and MIPS_SE isa_parser.py generated fi...Gabe Black
2006-02-14Merge zizzer:/bk/multiarchKorey Sewell
2006-02-14make MIPS MT instructions decodable ...Korey Sewell
2006-02-12Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Gabe Black
2006-02-12Polishing of isa_parser.py internal operand handling, resulting inSteve Reinhardt
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-08Merge gblack@m5.eecs.umich.edu:/bk/multiarchGabe Black
2006-02-08Alot of changes to push towards ISA independence. Highlights are renaming of ...Gabe Black
2006-02-07Actually we do need a separate class for Integer Ops with Immediates!!!Korey Sewell
2006-02-07name changes ... minor IntOP format changeKorey Sewell
2006-02-041st full draft switch statement actions for all integer arithmetic operations...Korey Sewell
2006-02-03mainly added minor support for the basic arithmetic operations (add, mult, sh...Korey Sewell
2006-02-03.h -> .defKorey Sewell
2006-02-03Rename: arch/mips/isa/formats/tlb.format -> arch/mips/isa/formats/tlbop.formatKorey Sewell
2006-02-03Checkin (Merge?) files ... Added a few new format filesKorey Sewell
2006-01-26bitfields definition to support current decoder.hKorey Sewell
2006-01-26"sparc" -> "mips"Korey Sewell
2006-01-26decoder skeleton code: this should be able to read any MIPS instruction and d...Korey Sewell
2006-01-25more changes to the decoder ... Now does special 3 tableKorey Sewell
2006-01-25first version of my decoder function skeletonKorey Sewell
2006-01-25initial changes to decoder.hh and copied files from arch/sparc directoryKorey Sewell