summaryrefslogtreecommitdiff
path: root/src/arch/sparc/isa/formats/mem/swap.isa
AgeCommit message (Expand)Author
2017-12-13cpu,alpha,mips,power,riscv,sparc: Get rid of eaComp and memAccInst.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-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
2008-11-10mem: update stuff for changes to Packet and RequestNathan Binkert
2007-09-25SPARC: Remove parameter that was only ever set to one value.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-08Get the "hard" SPARC instructions working in o3. I don't like that the IsStor...Gabe Black
2007-02-12rename store conditional stuff as extra data so it can be used for conditiona...Ali Saidi