summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/resources/mult_div_unit.cc
AgeCommit message (Expand)Author
2012-01-12inorder: MDU deadlock fixMaximilien Breughe
2011-06-19inorder: dont handle multiple faults on same cycleKorey Sewell
2011-06-19inorder: bug in mduKorey 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-18inorder: remove request map, use request vectorKorey Sewell
2011-02-12inorder: utilize cached skeds in pipelineKorey Sewell
2011-02-04inorder: fault handlingKorey Sewell
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
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-23inorder-stats: add instruction type statsKorey Sewell
2009-09-17inorder-mdu: multiplier latency fixKorey Sewell
2009-05-26types: add a type for thread IDs and try to use it everywhereNathan Binkert
2009-05-12inorder-alpha-port: initial inorder support of ALPHAKorey Sewell
2009-03-04InOrderCPU: Clean up Constructors to initialize variables correctly (i.e. in ...Korey Sewell
2009-03-04 InOrder didnt have all it's params set to a default value, which is now requ...Korey Sewell
2009-02-10InOrder: Import new inorder CPU model from MIPS.Korey Sewell