summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/resources/execution_unit.cc
AgeCommit message (Expand)Author
2011-11-18SE/FS: Get rid of FULL_SYSTEM in the CPU directory.Gabe Black
2011-06-19inorder: add necessary debug flag header filesKorey 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: treat SE mode syscalls as a trapping instructionKorey Sewell
2011-06-19inorder: remove decode squashKorey Sewell
2011-06-19inorder: implement trap handlingKorey Sewell
2011-06-19inorder: use setupSquash for misspeculationKorey Sewell
2011-06-19inorder: make marking of dest. regs an explicit requestKorey Sewell
2011-06-19inorder: find register dependencies "lazily"Korey Sewell
2011-06-19inorder: handle faults at writeback stageKorey Sewell
2011-06-19inorder: update support for branch delay slotsKorey Sewell
2011-06-19inorder: update bpred codeKorey 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: ignore nops in execution unitKorey Sewell
2011-02-18inorder: recognize isSerializeAfter flagKorey Sewell
2011-02-18inorder: remove request map, use request vectorKorey Sewell
2011-02-04inorder: fault handlingKorey Sewell
2011-02-04inorder: multi-issue branch resolutionKorey Sewell
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
2010-09-13Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.Gabe Black
2010-06-24inorder: enforce 78-character ruleKorey Sewell
2010-06-24inorder: exe_unit_stats for resolved branchesKorey Sewell
2010-06-23inorder: update branch predictorKorey Sewell
2010-06-23inorder-stats: add instruction type statsKorey Sewell
2010-01-31inorder: add execution unit statsKorey Sewell
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-miscregs: Fix indexing for misc. reg operands and update result-types...Korey Sewell
2009-05-12inorder-bpred: edits to handle non-delay-slot ISAsKorey 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