summaryrefslogtreecommitdiff
path: root/src/arch/sparc/isa
AgeCommit message (Expand)Author
2006-10-23Move around more SPARC memory code, and make block memory operations work wit...Gabe Black
2006-10-23Broke Load/Store instructions into microcode, and partially refactored memory...Gabe Black
2006-10-23Start making memory ops work with InitiateAcc and CompleteAcc, and some minor...Gabe Black
2006-10-23Change the default constructors to take ExtMachInsts rather than regular Mach...Gabe Black
2006-10-18Zeroed out the actual LSB in addition to moving it's original value the MSB.Gabe Black
2006-10-18Fixed a compiler error, disassembly output, and corrected the address calcula...Gabe Black
2006-10-18Fixed up ldblockf_p, implemented stdfa properly, and got rid of some old code.Gabe Black
2006-10-16Corrected the "Authors" lineGabe Black
2006-10-16Fix up microcode support.Gabe Black
2006-10-16Changed how floating point register numbers are decoded to fit with the spec.Gabe Black
2006-10-16Made sure the constructor for insts use ExtMachInst rather than MachInst, sin...Gabe Black
2006-10-15Added an execute function to the macro op so it can be instantiated.Gabe Black
2006-10-15Fix how additional template parameters are handled. Non string parameters are...Gabe Black
2006-10-12Changed the sign extension function from mine to the provided one. Mine relie...Gabe Black
2006-10-12Some support for handling block loads and stores and ASIs properly.Gabe Black
2006-10-12The beginnings of an instruction format to deal with block loads and stores. ...Gabe Black
2006-10-12Some support for macro/micro instructions in SPARC.Gabe Black
2006-10-12Support for returning unimplemented instruction in the decoder, lifted from A...Gabe Black
2006-09-03Make the ASI constants available to the decoder.Gabe Black
2006-08-29Don't store if there's a fault.Gabe Black
2006-08-29Cleaned up floating point by removing unnecessary conversions and by implemen...Gabe Black
2006-08-21Fix annulled unconditional branchesGabe Black
2006-08-21Two bugs found by my tracing tool.Gabe Black
2006-08-17Changes to build m5.fastSteve Reinhardt
2006-08-15Tweaks to Ali's changesGabe Black
2006-08-15fixes for gcc 4.1Ali Saidi
2006-08-11Adjusted the decoder a little.Gabe Black
2006-07-26Added alot of fp instructions, and some impdep instructions.Gabe Black
2006-07-26Now ignore sigactionGabe Black
2006-07-22Fixed subtract with carry, and started some work with floating point.Gabe Black
2006-07-20Fixed a glitch in the disassembly output.Gabe Black
2006-07-19Cleaned things up a little.Gabe Black
2006-06-12Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-06-11Fix compiling for SPARC_SE:Ali Saidi
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-29Added in the IprAccessOp flag for priveleged and hyperpriveleged instructions.Gabe Black
2006-05-28Used the Priv and new HPriv instruction formats, which have been tweaked to l...Gabe Black
2006-05-28Remove authors from copyright.Ali Saidi
2006-05-26Merge zizzer:/bk/newmemAli Saidi
2006-05-26Implement PR/HPR/ASR for full systemAli Saidi
2006-05-22Fix to SPARC Nop class for multiple CPU models.Steve Reinhardt
2006-05-22New directory structure:Steve Reinhardt