summaryrefslogtreecommitdiff
path: root/src/cpu/static_inst.cc
AgeCommit message (Expand)Author
2017-12-22cpu: Add a pointer to a generic Nop StaticInst.Gabe Black
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2014-05-09cpu: Add flag name printing to StaticInstAndrew Bardsley
2011-09-09Decode: Pull instruction decoding out of the StaticInst class into its own.Gabe Black
2011-04-15includes: sort all includesNathan Binkert
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2010-10-31ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.Gabe Black
2009-05-12inorder-tlb-cunit: merge the TLB as implicit to any memory accessKorey Sewell
2009-02-10styleNathan Binkert
2007-06-14Modified instruction decode method.Vincentius Robby
2007-06-12Make microOp vs microop and macroOp vs macroop capitilization consistent.Gabe Black
2007-03-06Move all of the parameters of the Root SimObject so they areNathan Binkert
2006-10-12StaticInst support for microcodeGabe Black
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt