summaryrefslogtreecommitdiff
path: root/src/arch/sparc/isa/formats/basic.isa
AgeCommit message (Expand)Author
2017-11-20sparc: Pull StaticInst base classes out of the ISA description.Gabe Black
2017-11-07alpha,arm,mips,power,riscv,sparc,x86: Merge exec decl templates.Gabe Black
2017-11-02alpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize ExecContexts.Gabe Black
2014-05-09arch: teach ISA parser how to split code across filesCurtis Dunham
2014-05-09arch: remove inline specifiers on all inst constrs, all ISAsCurtis Dunham
2011-11-28SPARC: Minor style fix.Gabe Black
2011-11-27SPARC: Isolate FP operations enough to prevent code/rounding mode reordering.Gabe Black
2010-11-11SPARC: Clean up some historical style issues.Gabe Black
2007-09-25SPARC: Clean up the branch instructions a bit.Gabe Black
2007-04-21create base/fenv.c to standerdize fenv across platforms. It's a c file and no...Ali Saidi
2007-04-11Create a filter and a union to translate the SPARC instruction implementation...Gabe Black
2007-02-06more fp fixesAli Saidi
2007-02-02fix mostly floating point relatedAli Saidi
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-26make our code a little more standards compliantAli Saidi
2006-12-16Changes to the isa_parser and affected files to fix an indexing problem with ...Gabe Black
2006-10-23Change the default constructors to take ExtMachInsts rather than regular Mach...Gabe Black
2006-10-15Added an execute function to the macro op so it can be instantiated.Gabe Black
2006-10-12Some support for handling block loads and stores and ASIs properly.Gabe Black
2006-07-19Cleaned things up a little.Gabe Black
2006-05-22New directory structure:Steve Reinhardt