summaryrefslogtreecommitdiff
path: root/src/arch/sparc/isa/formats/priv.isa
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
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
2010-11-11SPARC: Clean up some historical style issues.Gabe Black
2007-09-25SPARC: Clean up of privileged instructions.Gabe Black
2006-12-16Changes to the isa_parser and affected files to fix an indexing problem with ...Gabe Black
2006-11-14Fix up the disassembly a little.Gabe Black
2006-11-10Put in provisions for rd, rdpr, rdhpr, wr, wrpr, and wrhpr to disassemble pro...Gabe Black
2006-11-10Fix up instructions to read and write control registers, and got rid of the c...Gabe Black
2006-10-25Fixed the priv instruction format.Gabe Black
2006-10-15Fix how additional template parameters are handled. Non string parameters are...Gabe Black
2006-07-19Cleaned things up a little.Gabe Black
2006-05-29Added in the IprAccessOp flag for priveleged and hyperpriveleged instructions.Gabe Black
2006-05-28Used the Priv and new HPriv instruction formats, which have been tweaked to l...Gabe Black
2006-05-26Implement PR/HPR/ASR for full systemAli Saidi
2006-05-22New directory structure:Steve Reinhardt