summaryrefslogtreecommitdiff
path: root/src/arch/sparc/isa/formats/branch.isa
AgeCommit message (Expand)Author
2017-11-22sparc: Pull more 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
2014-05-09arch: teach ISA parser how to split code across filesCurtis Dunham
2011-06-10sparc: don't use directcntrl branch flagKorey Sewell
2011-06-09sparc: compilation fixes for inorderKorey Sewell
2010-12-08SPARC: Take advantage of new PCState syntax.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-09-25SPARC: Clean up the branch instructions a bit.Gabe Black
2007-03-16Make the SPARC branch instructions use ExtMachInsts in their constructors. Th...Gabe Black
2007-01-30Implemented fbfss and fbpfcc instructions, and cleaned up branch code a little.Gabe Black
2007-01-29Cleaned up disassembly a little.Gabe 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-10-12Changed the sign extension function from mine to the provided one. Mine relie...Gabe Black
2006-08-21Fix annulled unconditional branchesGabe Black
2006-07-19Cleaned things up a little.Gabe Black
2006-05-22New directory structure:Steve Reinhardt