summaryrefslogtreecommitdiff
path: root/src/arch/sparc/isa/includes.isa
AgeCommit message (Expand)Author
2007-09-25SPARC: Long overdue cleanup of the condition code handlers.Gabe Black
2007-04-21create base/fenv.c to standerdize fenv across platforms. It's a c file and no...Ali Saidi
2007-02-21add pseduo instruction support for sparcAli Saidi
2007-02-12rename store conditional stuff as extra data so it can be used for conditiona...Ali Saidi
2007-02-02fix mostly floating point relatedAli Saidi
2007-01-30change std::isnan() to a using namespace std and isnan(). We need a better wa...Ali Saidi
2007-01-27Merge zizzer:/bk/newmemGabe Black
2007-01-26Merge zeep.pool:/z/saidi/work/m5.newmemAli Saidi
2007-01-26make our code a little more standards compliantAli Saidi
2007-01-25fix smul and sdiv to sign extend, and handle overflow/underflow corretlyAli Saidi
2006-12-06Reorganize the includes and add an include for misc.hh.Gabe Black
2006-11-10Fix up instructions to read and write control registers, and got rid of the c...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-09-03Make the ASI constants available to the decoder.Gabe Black
2006-07-19Cleaned things up a little.Gabe Black
2006-06-11Fix compiling for SPARC_SE:Ali Saidi
2006-05-22New directory structure:Steve Reinhardt