summaryrefslogtreecommitdiff
path: root/src/arch/sparc/isa/decoder.isa
AgeCommit message (Expand)Author
2006-11-10Made the annul of unconditional conditional branches behave properly, added c...Gabe Black
2006-11-10Fix up instructions to read and write control registers, and got rid of the c...Gabe Black
2006-11-03Calling syscalls from within the trap instruction's invoke method won't work ...Gabe Black
2006-11-03Add the syscall number as the second parameter for the trap fault. This could...Gabe Black
2006-11-01Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ...Gabe Black
2006-10-29Bring casa and casxa up to dateGabe Black
2006-10-29Fixed ldstub to use the right format, and made the load/store operations use ...Gabe Black
2006-10-27Got rid of some outdated comments.Gabe Black
2006-10-26Cleaned up the decoder slightly.Gabe Black
2006-10-25Implemented the saved and restored instructions, fixed up register window ins...Gabe Black
2006-10-23Broke Load/Store instructions into microcode, and partially refactored memory...Gabe Black
2006-10-18Fixed up ldblockf_p, implemented stdfa properly, and got rid of some old code.Gabe Black
2006-10-16Changed how floating point register numbers are decoded to fit with the spec.Gabe Black
2006-10-15Fix how additional template parameters are handled. Non string parameters are...Gabe Black
2006-10-12Some support for handling block loads and stores and ASIs properly.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-22Fixed subtract with carry, and started some work with floating point.Gabe Black
2006-07-19Cleaned things up a little.Gabe Black
2006-05-28Used the Priv and new HPriv instruction formats, which have been tweaked to l...Gabe Black
2006-05-26Implement PR/HPR/ASR for full systemAli Saidi
2006-05-22New directory structure:Steve Reinhardt