summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2007-03-16Make the SPARC branch instructions use ExtMachInsts in their constructors. Th...Gabe Black
2007-03-15Refactor things a little.Gabe Black
2007-03-15File with the predecoder in it.Gabe Black
2007-03-15Split the x86 "process" predecoder method into it's own file.Gabe Black
2007-03-15Changed warns to DPRINTFs and multiply by 8 where needed.Gabe Black
2007-03-15Added immediate value support, and fixed alot of bugs. This won't support 3 b...Gabe Black
2007-03-15Compile fixGabe Black
2007-03-15Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-15Make the predecoder an object with it's own switched header file. Start addin...Gabe Black
2007-03-13Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-13Replaced makeExtMI with predecode.Gabe Black
2007-03-13fix interrupting during a quisce on sparcAli Saidi
2007-03-12Fix mulscc.Gabe Black
2007-03-12Merge zizzer:/bk/newmemAli Saidi
2007-03-12move hver code to ua2005.ccAli Saidi
2007-03-12Add the rename syscall.Gabe Black
2007-03-12Fix the mnemonic and the branch displacement field size of the branch on floa...Gabe Black
2007-03-11Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-11Make sttw and sttwa use the twin memory operations.Gabe Black
2007-03-10Rework the way SCons recurses into subdirectories, making itNathan Binkert
2007-03-10Merge zower.eecs.umich.edu:/home/gblack/m5/newmem-statetraceGabe Black
2007-03-10Fix bounds check for the cwpGabe Black
2007-03-10Added implementations of the fpop2 instructions.Gabe Black
2007-03-09Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-09Split the syscall table, SPARC specific syscall implementations, and the 32 b...Gabe Black
2007-03-09implement ipi stufff for SPARCAli Saidi
2007-03-08Panic if any CMT registers are accessedAli Saidi
2007-03-08Fixed an off-by-one error.Gabe Black
2007-03-08Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-08Fix up the SPARC initial stack frame to match an actual 32 bit process.Gabe Black
2007-03-07I missed a couple of WithEffects, this should do itAli Saidi
2007-03-07Move the magic m5 PageTableFault into sim/faults.[hh,cc] since it's the same ...Gabe Black
2007-03-07Merge zizzer:/bk/newmemAli Saidi
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2007-03-06Get X86 to load an elf and start a process for it.Gabe Black
2007-03-05Fill out a stub version of the vtophys header file.Gabe Black
2007-03-05Add in NumGDBRegs so the constructor to the base class can get all it's argum...Gabe Black
2007-03-05Reorganize the floating point register file a little.Gabe Black
2007-03-05Add some new source files.Gabe Black
2007-03-05Stub decoder. This is probably even farther from finished than it looks...Gabe Black
2007-03-05Added missing include.Gabe Black
2007-03-05Added LargestRead type for x86. I might have picked the wrong type.Gabe Black
2007-03-05Stub implementation for x86.Gabe Black
2007-03-05Stub implementation for x86Gabe Black
2007-03-05Added fault generation functions. I would still like to see these go away. Th...Gabe Black
2007-03-05Added stub implementations or prototypes for all the functions in this file.Gabe Black
2007-03-05Added in a missing include.Gabe Black
2007-03-05Filled in a stub header file for setting the result of a syscall.Gabe Black
2007-03-05Filled in a stub header file for a stacktrace object. I'm still not sure what...Gabe Black
2007-03-05Filled in a stub header file for remote gdbGabe Black