summaryrefslogtreecommitdiff
path: root/src/arch/sparc/utility.hh
AgeCommit message (Expand)Author
2007-08-01Arguments: Get rid of duplicate code for the Arguments class in each architec...Ali Saidi
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-13Replaced makeExtMI with predecode.Gabe Black
2007-03-09implement ipi stufff for SPARCAli Saidi
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2007-01-26make our code a little more standards compliantAli Saidi
2006-11-10fix endian issues with condition codesAli Saidi
2006-11-08Move the check to see if you're in user mode into the isa directory.Gabe Black
2006-11-03Use a PowerOnReset to initialize the cpu.Gabe Black
2006-11-03Added a stub initCPU function. This would be a good place to force in a Power...Gabe Black
2006-10-16Made sure the constructor for insts use ExtMachInst rather than MachInst, sin...Gabe Black
2006-10-12Some support for handling block loads and stores and ASIs properly.Gabe Black
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt