summaryrefslogtreecommitdiff
path: root/src/sim/pseudo_inst.hh
AgeCommit message (Expand)Author
2016-10-26dev: Add m5 op to toggle synchronization for dist-gem5.Michael LeBeane
2016-01-07pseudo inst,util: Add optional key to initparam pseudo instructionGabor Dozsa
2013-04-22sim: Add a helper function to execute pseudo instructionsAndreas Sandberg
2013-01-08util: add m5_fail op.LluĂ­s Vilanova
2013-01-07sim: Remove unused variablesAndreas Sandberg
2012-01-31Merge with head, hopefully the last time for this batch.Gabe Black
2012-01-31util: implements "writefile" gem5 op to export file from guest to host filesy...Dam Sunwoo
2011-11-02SE/FS: Get rid of FULL_SYSTEM in sim.Gabe Black
2011-09-19PseudoInst: Make all the pseudo insts available in SE and FS.Gabe Black
2011-09-18Pseudoinst: Add an initParam pseudo inst function.Gabe Black
2011-09-10PseudoInst: Add compiler guards to pseudo_inst.hh.Gabe Black
2011-03-17ARM: Allow conditional quiesce instructions.Ali Saidi
2011-02-06m5: added work completed monitoring supportBrad Beckmann
2011-01-03Make commenting on close namespace brackets consistent.Steve Reinhardt
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2009-01-24pseudo inst: Add new wake cpu instruction for sending a message to wake a cpu.Nathan Binkert
2008-12-17Make Alpha pseudo-insts available from SE mode.Steve Reinhardt
2008-11-10pseudo inst: Add rpns (read processor nanoseconds) instruction.Nathan Binkert
2008-07-11m5ops: clean up the m5ops stuff.Nathan Binkert
2008-07-11style: fix indentation and formatting of the pseudo insts.Nathan Binkert
2007-02-21add pseduo instruction support for sparcAli Saidi
2006-11-06Cleaned up remnants of ivlb and ivleGabe Black
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
2006-09-11add annotation code to m5Ali Saidi
2006-08-15Cleaned up include files and got rid of many using directives in header files.Gabe 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