summaryrefslogtreecommitdiff
path: root/src/arch/sparc/isa/formats
AgeCommit message (Expand)Author
2009-02-25SPARC: Adjust a few instructions to not write registers in initiateAcc.Gabe Black
2008-11-10mem: update stuff for changes to Packet and RequestNathan Binkert
2008-09-27gcc: Add extra parens to quell warnings.Nathan Binkert
2007-09-25SPARC: Remove parameter that was only ever set to one value.Gabe Black
2007-09-25SPARC: Clean up of privileged instructions.Gabe Black
2007-09-25SPARC: Long overdue cleanup of the condition code handlers.Gabe Black
2007-09-25SPARC: Clean up the branch instructions a bit.Gabe Black
2007-08-13SPARC: Make nops have the IsNop flag set.Gabe Black
2007-06-19Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-06-12Make microOp vs microop and macroOp vs macroop capitilization consistent.Gabe Black
2007-05-09Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-05-08Add a hack to truncate addresses to 32 bits in SE. Paging should be changed t...Gabe Black
2007-04-27gcc 4.1 claims that mem_data might be used uninitialized,Nathan Binkert
2007-04-21create base/fenv.c to standerdize fenv across platforms. It's a c file and no...Ali Saidi
2007-04-11Make trying to execute macroops fail with a better error message.Gabe Black
2007-04-11Create a filter and a union to translate the SPARC instruction implementation...Gabe Black
2007-04-08Get the "hard" SPARC instructions working in o3. I don't like that the IsStor...Gabe Black
2007-03-16Make the SPARC branch instructions use ExtMachInsts in their constructors. Th...Gabe Black
2007-03-11Make sttw and sttwa use the twin memory operations.Gabe Black
2007-02-12rename store conditional stuff as extra data so it can be used for conditiona...Ali Saidi
2007-02-06more fp fixesAli Saidi
2007-02-02fix mostly floating point relatedAli Saidi
2007-01-30Implemented fbfss and fbpfcc instructions, and cleaned up branch code a little.Gabe Black
2007-01-30Make the FpUnimpl format actually write the Fsr.Gabe Black
2007-01-30Added FpUnimpl format for quad precision and other purposefully unimplemented...Gabe Black
2007-01-29Cleaned up disassembly a little.Gabe Black
2007-01-27Merge zizzer:/bk/newmemGabe Black
2007-01-26Merge zizzer:/bk/newmemAli Saidi
2007-01-26Make Sparc traceflag even more chattyAli Saidi
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
2007-01-22Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-01-16Modify ISA and staticInst to support a IsFirstMicroOp flagAli Saidi
2007-01-03Merge zizzer:/bk/newmemGabe Black
2006-12-19fix twinx loads a little bitAli Saidi
2006-12-18Fixing the extended twin format to go with the new isa parser interface.Gabe Black
2006-12-18Merge zizzer.eecs.umich.edu:/.automount/zower/eecshome/m5/newmemGabe Black
2006-12-17Minor cleanup of new snippet/subst code.Steve Reinhardt
2006-12-17Merge zizzer:/bk/newmemGabe Black
2006-12-17Added in the extended twin load formatGabe Black
2006-12-17Compilation fix after messy merge.Gabe Black
2006-12-16Support for twin loads.Gabe Black
2006-12-16Merge zizzer:/bk/newmemGabe Black
2006-12-16Changes to the isa_parser and affected files to fix an indexing problem with ...Gabe Black
2006-12-07Make branches handle the lack of a symbol table or the lack of a symbol grace...Gabe Black
2006-12-06Many more fixes for SPARC_FS. Gets us to the point where SOFTINT startsAli Saidi
2006-12-06Added some debug output, and made sure not to accidentally ask for the result...Gabe Black
2006-12-04Add in code to pass the ASI to translation.Gabe Black
2006-11-14Fix up the disassembly a little.Gabe Black