summaryrefslogtreecommitdiff
path: root/src/arch/sparc/isa/base.isa
AgeCommit message (Expand)Author
2017-11-20sparc: Pull StaticInst base classes out of the ISA description.Gabe Black
2017-11-02alpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize ExecContexts.Gabe Black
2017-07-05arch: ISA parser additions of vector registersRekai Gonzalez-Alberquilla
2017-07-05cpu: Simplify the rename interface and use RegIdRekai Gonzalez-Alberquilla
2017-07-05arch, cpu: Architectural Register structural indexingNathanael Premillieu
2017-05-01arch-sparc: Fix wrong indentation causing warnings for gcc 6Nikos Nikoleris
2014-10-16arch: Use shared_ptr for all FaultsAndreas Hansson
2014-05-09arch: teach ISA parser how to split code across filesCurtis Dunham
2013-10-15cpu: rename *_DepTag constants to *_Reg_BaseSteve Reinhardt
2012-02-11SPARC: Make PSTATE and HPSTATE a BitUnion.Gabe Black
2011-09-30SE/FS: Use the new FullSystem constant where possible.Gabe Black
2011-09-26ISA parser: Use '_' instead of '.' to delimit type modifiers on operands.Gabe Black
2011-09-19SPARC: Remove #if FULL_SYSTEMs from the ISA description.Gabe Black
2010-12-20Style: Replace some tabs with spaces.Gabe Black
2010-11-11SPARC: Clean up some historical style issues.Gabe Black
2010-10-31ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.Gabe Black
2007-10-31String constant const-ness changes to placate g++ 4.2.Steve Reinhardt
2007-04-11Create a filter and a union to translate the SPARC instruction implementation...Gabe Black
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2007-01-30Implemented fbfss and fbpfcc instructions, and cleaned up branch code a little.Gabe Black
2007-01-27Merge zizzer:/bk/newmemGabe Black
2007-01-27Fixed up printReg so that control registers are printed by name. This is poss...Gabe Black
2007-01-26Make Sparc traceflag even more chattyAli Saidi
2006-11-23Fixes to the isa description.Gabe Black
2006-11-10fix endian issues with condition codesAli Saidi
2006-11-10Fixed up the code that prints out registers to take into account microregisters.Gabe Black
2006-10-16Made sure the constructor for insts use ExtMachInst rather than MachInst, sin...Gabe Black
2006-07-20Fixed a glitch in the disassembly output.Gabe Black
2006-07-19Cleaned things up a little.Gabe Black
2006-05-22New directory structure:Steve Reinhardt