summaryrefslogtreecommitdiff
path: root/src/arch/sparc/isa/formats/mem
AgeCommit message (Expand)Author
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
2017-05-01arch-sparc: Fix wrong indentation causing warnings for gcc 6Nikos Nikoleris
2016-01-17cpu. arch: add initiateMemRead() to ExecContext interfaceSteve Reinhardt
2014-10-16arch: Use shared_ptr for all FaultsAndreas Hansson
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
2012-02-11SPARC: Make PSTATE and HPSTATE a BitUnion.Gabe Black
2012-01-07Merge with main repository.Gabe Black
2011-10-31SE/FS: Remove the last uses of FULL_SYSTEM from SPARC.Gabe Black
2011-10-31GCC: Get everything working with gcc 4.6.1.Gabe Black
2011-07-02ISA: Use readBytes/writeBytes for all instruction level memory operations.Gabe Black
2011-06-09sparc: compilation fixes for inorderKorey Sewell
2010-11-11SPARC: Clean up some historical style issues.Gabe Black
2010-10-22ISA: Simplify various implementations of completeAcc.Gabe Black
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-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-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-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-01-27Merge zizzer:/bk/newmemGabe Black
2007-01-26Make Sparc traceflag even more chattyAli 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-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
2006-11-11Fix for CAS so that it knows about all the possible code in the constructor.Gabe Black