summaryrefslogtreecommitdiff
path: root/src/arch/sparc/isa/formats/integerop.isa
AgeCommit message (Expand)Author
2017-11-22sparc: Move integer StaticInst base classes out of the ISA desc.Gabe Black
2017-11-02alpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize ExecContexts.Gabe Black
2017-07-05cpu: Simplify the rename interface and use RegIdRekai Gonzalez-Alberquilla
2017-07-05arch, cpu: Architectural Register structural indexingNathanael Premillieu
2014-05-09arch: teach ISA parser how to split code across filesCurtis Dunham
2010-12-20Style: Replace some tabs with spaces.Gabe Black
2010-11-11SPARC: Clean up some historical style issues.Gabe Black
2007-09-25SPARC: Long overdue cleanup of the condition code handlers.Gabe Black
2007-01-27Merge zizzer:/bk/newmemGabe Black
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-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-08-21Two bugs found by my tracing tool.Gabe Black
2006-07-19Cleaned things up a little.Gabe Black
2006-05-26Implement PR/HPR/ASR for full systemAli Saidi
2006-05-22New directory structure:Steve Reinhardt