summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/resources/use_def.cc
AgeCommit message (Expand)Author
2015-04-20cpu: Remove the InOrderCPU from the treeAndreas Hansson
2014-05-31style: eliminate equality tests with true and falseSteve Reinhardt
2013-10-15cpu: rename *_DepTag constants to *_Reg_BaseSteve Reinhardt
2013-10-15cpu/inorder: merge register class enumsSteve Reinhardt
2012-08-28Clock: Add a Cycles wrapper class and use where applicableAndreas Hansson
2011-06-19inorder: SE mode TLB faultsKorey Sewell
2011-06-19inorder: use separate float-reg bits function in dyninstKorey Sewell
2011-06-19inorder: handle serializing instructionsKorey Sewell
2011-06-19inorder: dont handle multiple faults on same cycleKorey Sewell
2011-06-19inorder: redefine DynInst FP result typeKorey Sewell
2011-06-19inorder: no dep. tracking for zero regKorey Sewell
2011-06-19inorder: add flatDestReg member to dyninstKorey Sewell
2011-06-19inorder: make marking of dest. regs an explicit requestKorey Sewell
2011-06-19inorder: simplify handling of split accessesKorey Sewell
2011-06-19inorder: register file statsKorey Sewell
2011-06-19inorder: find register dependencies "lazily"Korey Sewell
2011-06-19inorder: handle faults at writeback stageKorey Sewell
2011-06-19inorder: add types for dependency checksKorey Sewell
2011-06-19inorder: use flattenIdx for reg indexingKorey Sewell
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
2011-02-23inorder: InstSeqNum bugKorey Sewell
2011-02-18inorder: remove events for zero-cycle resourcesKorey Sewell
2011-02-18inorder: remove request map, use request vectorKorey Sewell
2011-02-18inorder: remove reqRemoveListKorey Sewell
2011-02-18inorder: initialize res. req. vectors based on resource bandwidthKorey Sewell
2011-02-12inorder: utilize cached skeds in pipelineKorey Sewell
2010-06-24inorder: enforce 78-character ruleKorey Sewell
2010-06-23inorder-stats: add instruction type statsKorey Sewell
2010-04-10inorder: timing for inst forwardingKorey Sewell
2010-01-31inorder: inst count mgmtKorey Sewell
2010-01-31inorder: ctxt switch statsKorey Sewell
2009-09-23arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hhNathan Binkert
2009-07-08Registers: Get rid of the float register width parameter.Gabe Black
2009-05-26types: add a type for thread IDs and try to use it everywhereNathan Binkert
2009-05-12inorder-float: Fix storage of FP resultsKorey Sewell
2009-05-12inorder-miscregs: Fix indexing for misc. reg operands and update result-types...Korey Sewell
2009-03-04Give each resource in InOrder it's own TraceFlag instead of just standard 'Re...Korey Sewell
2009-02-10InOrder: Import new inorder CPU model from MIPS.Korey Sewell