summaryrefslogtreecommitdiff
path: root/src/arch/alpha/regfile.hh
AgeCommit message (Expand)Author
2009-07-08Registers: Add a registers.hh file as an ISA switched header.Gabe Black
2009-07-08Alpha: Move reg_redir into its own files, and move some constants into regfil...Gabe Black
2009-07-08Registers: Eliminate the ISA defined RegFile class.Gabe Black
2009-07-08Registers: Move the PCs out of the ISAs and into the CPUs.Gabe Black
2009-07-08Alpha: Phase out Alpha's intregfile.hh and intregfile.cc.Gabe Black
2009-07-08Registers: Eliminate the ISA defined integer register file.Gabe Black
2009-07-08Registers: Eliminate the ISA defined floating point register file.Gabe Black
2009-07-08Registers: Get rid of the float register width parameter.Gabe Black
2009-07-08Registers: Add an ISA object which replaces the MiscRegFile.Gabe Black
2009-05-12inorder-unified-tlb: use unified TLB instead of old TLB modelKorey Sewell
2008-10-12Get rid of old RegContext code.Gabe Black
2008-10-09eventq: convert all usage of events to use the new API.Nathan Binkert
2008-09-27style: Make a style pass over the whole arch/alpha directory.Nathan Binkert
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2007-11-15Get MIPS simple regression working. Take out unecessary functions "setShadowS...Korey Sewell
2007-11-13Add in files from merge-bare-iron, get them compiling in FS and SE modeKorey Sewell
2007-09-19X86: Put in the foundation for x87 stack based fp registers.Gabe Black
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2006-12-28Implement a stub nnpc for alpha that is read only as npc+4.Gabe Black
2006-12-06Added a flattenIntIndex function for Alpha.Gabe Black
2006-11-10Actually finished moving the register file stuff around.Gabe Black
2006-11-10Split out alpha integer register file into it's own files.Gabe Black
2006-11-09Moved the Alpha MiscRegFile into it's own file, and got rid of the Alpha spec...Gabe Black
2006-11-01Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ...Gabe Black
2006-10-31We don't include ipr.cc in SE builds, so don't call it.Gabe Black
2006-10-31Make the IPRs use regular miscreg indexes, and make a table or two to find th...Gabe Black
2006-10-31Move IntrFlag into the MiscRegFile and get rid of specialized accessor functi...Gabe Black
2006-08-11Started adding a system to output data after every instruction.Gabe Black
2006-08-11Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...Gabe Black
2006-07-06Various serialization changes to make it possible for the O3CPU to checkpoint.Kevin Lim
2006-06-07Clear misc regs at startup.Kevin Lim
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