summaryrefslogtreecommitdiff
path: root/src/arch/sparc/isa
AgeCommit message (Expand)Author
2006-12-04Merge zizzer:/bk/sparcfsGabe Black
2006-12-04Add in code to pass the ASI to translation.Gabe Black
2006-12-04More changes to get SPARC fs closer. Now at 1.2M cycles before differenceAli Saidi
2006-11-23Fixes to the isa description.Gabe Black
2006-11-14Fix up the disassembly a little.Gabe Black
2006-11-11Fix for CAS so that it knows about all the possible code in the constructor.Gabe Black
2006-11-10fix endian issues with condition codesAli Saidi
2006-11-10Added StrandStsReg operand.Gabe Black
2006-11-10Put in provisions for rd, rdpr, rdhpr, wr, wrpr, and wrhpr to disassemble pro...Gabe Black
2006-11-10Made the annul of unconditional conditional branches behave properly, added c...Gabe Black
2006-11-10Fixed up the code that prints out registers to take into account microregisters.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-29Move the mem classes into util.isa so that multiple inheritance can be used i...Gabe Black
2006-10-29Fix when the IsDelayedCommit flag is set.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-29Add an integer microcode register.Gabe Black
2006-10-27Got rid of some outdated comments.Gabe Black
2006-10-26Cleaned up the decoder slightly.Gabe Black
2006-10-25Fixed the priv instruction format.Gabe Black
2006-10-25Implemented the saved and restored instructions, fixed up register window ins...Gabe Black
2006-10-25Fixed the bitfield FCN to include the right bits.Gabe Black
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