summaryrefslogtreecommitdiff
path: root/arch/alpha/isa_desc
AgeCommit message (Expand)Author
2006-02-08Moved the alpha isa_desc to conform to the new naming system.Gabe Black
2005-11-19add symbol opcodeAli Saidi
2005-11-09A couple of FP-related fixes (prompted by Adam having troubleSteve Reinhardt
2005-09-24Clean up indentation in isa_desc.Steve Reinhardt
2005-09-11Explicitly handle rounding on FP-to-integer conversions.Steve Reinhardt
2005-08-30Build options are set via a build_options file in theSteve Reinhardt
2005-06-05Many files:Steve Reinhardt
2005-06-05added copyrightAli Saidi
2005-06-04shuffle files around for new directory structureNathan Binkert
2005-05-03Large update of several parts of my code. The most notable change is the inc...Kevin Lim
2005-03-08Hand-merge static_inst.hh. These execute functions are within an external fi...Kevin Lim
2005-03-01Two fixes to try and get TLB miss cost more in line with real platform:Steve Reinhardt
2005-03-01Add a new operation class for IPR accesses, and have IPR-accessingSteve Reinhardt
2005-02-25Make all StaticInst methods const. StaticInst objects represent aSteve Reinhardt
2005-02-25Initial light-weight OoO CPU checkin, along with gcc-3.4 fixes.Kevin Lim
2005-02-04Hand mergeKevin Lim
2005-02-03Add support for CPU models to execute the effectiveSteve Reinhardt
2005-01-11Merge changes.Kevin Lim
2004-11-13Macros are nasty, so let's get rid of them. Convert allNathan Binkert
2004-09-20Update copies to work around alignment faults.Erik Hallnor
2004-08-20Check in of new CPU. This checkin works under non-Fullsystem mode, with no c...Kevin Lim
2004-08-02added m5 debug and m5 switch cpu instruction (doesn't work yet) andAli Saidi
2004-07-01implement the readfile pseudo instruction that will readNathan Binkert
2004-06-22pull from head before pushing linux treeAli Saidi
2004-06-15Get software prefetching to work in full-system mode.Steve Reinhardt
2004-06-10Fixes for detailed boot, made cttz and ctlz instructions more compact,Ali Saidi
2004-06-04Added ctlz and cttz instructions to isa_desc for use in the PAL code.Ali Saidi
2004-05-31Renamed OpClass enum members: they all end in 'Op' now.Steve Reinhardt
2004-05-18Replace explicit xc->misspeculating() tests in execute() methodsSteve Reinhardt
2004-05-17Significant changes to ISA description to completely factorSteve Reinhardt
2004-05-13remove the annotation junkNathan Binkert
2004-05-10Do a better job of factoring out CPU model in ISA description.Steve Reinhardt
2004-03-04Reenable functioning copies.Erik Hallnor
2004-03-04AutomergedErik Hallnor
2004-03-04Copy implementationsErik Hallnor
2004-02-29Remove copys from isa_desc, and implement a store and forward bus bridgeErik Hallnor
2004-02-29fix rpccNathan Binkert
2004-02-28Fix handling of rpcc in full-system mode.Steve Reinhardt
2004-02-27Added copy instructions to the ISA. Well it didn't break anything yet...Erik Hallnor
2004-02-26Make SW prefetch flag a parameter again, and add code to makeSteve Reinhardt
2004-02-09Add support for memory barriers.Steve Reinhardt
2004-02-04Add support for "serializing" instructions that flushSteve Reinhardt
2004-02-03Fix bug: forgot branchTarget() method on indirect branches.Steve Reinhardt
2004-01-27a bunch of warning fixesNathan Binkert
2003-12-16Fix previously committed call_pal fix... the main problem was in theSteve Reinhardt
2003-12-15Fixes for full-system call_pal instruction.Steve Reinhardt
2003-12-09Generate a fault when a privileged PAL call isSteve Reinhardt
2003-11-03AutomergeSteve Reinhardt
2003-11-03Minor changes to instruction trace output.Steve Reinhardt
2003-11-03Make it so the quiesce instruction is conditionally enabledNathan Binkert