summaryrefslogtreecommitdiff
path: root/src/arch/mips/isa/decoder.isa
AgeCommit message (Expand)Author
2018-11-06mips: Clean up type overrides for operands.Gabe Black
2017-12-22arch,cpu: "virtualize" the TLB interface.Gabe Black
2017-07-05arch, cpu: Architectural Register structural indexingNathanael Premillieu
2015-07-20syscall_emul: [patch 13/22] add system call retry capabilityBrandon Potter
2016-02-06style: remove trailing whitespaceSteve Reinhardt
2016-01-11scons: Enable -Wextra by defaultAndreas Hansson
2014-10-16arch: Use shared_ptr for all FaultsAndreas Hansson
2013-12-29mips: Floating point convert bug fixChristopher Torng
2013-10-15cpu: rename *_DepTag constants to *_Reg_BaseSteve Reinhardt
2012-03-19clang: Fix recently introduced clang compilation errorsAndreas Hansson
2012-01-16Merge yet again with the main repository.Gabe Black
2012-01-12mips: Fix decoder of two float-convert instructionsDeyuan Guo
2012-01-07Merge with main repository.Gabe Black
2011-10-31GCC: Get everything working with gcc 4.6.1.Gabe Black
2011-09-30SE/FS: Use the new FullSystem constant where possible.Gabe Black
2011-09-26ISA parser: Use '_' instead of '.' to delimit type modifiers on operands.Gabe Black
2011-09-19MIPS: Get rid of cruft in the fault classes.Gabe Black
2011-09-19MIPS: Get rid of #if style config checks in the ISA description.Gabe Black
2011-06-22mips: fix nmsub and nmadd definitionsDeyaun Guo
2011-02-12inorder: remove unused isa opsKorey Sewell
2010-12-20Style: Replace some tabs with spaces.Gabe Black
2010-12-08MIPS: Take advantage of new PCState syntax.Gabe Black
2010-10-31ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.Gabe Black
2010-10-16Mem: Reclaim some request flags used by MIPS for alignment checking.Gabe Black
2009-12-31MIPS: Implement the SE mode version of rdhwr.Gabe Black
2009-12-31MIPS: Fix decoding of the rdhwr instruction.Gabe Black
2009-07-22MIPS: Small fix I forgot to qrefresh into my last change.Gabe Black
2009-07-22MIPS: Style/formatting sweep of the decoder itself.Gabe Black
2009-07-21MIPS: Format the register index constants like the other ISAs.Gabe Black
2009-07-21MIPS: Get MIPS_FS to compile, more style fixes.Gabe Black
2009-07-20MIPS: Use BitUnions instead of bits() functions and constants.Gabe Black
2009-04-19Memory: Rename LOCKED for load locked store conditional to LLSC.Gabe Black
2009-04-18mips-syscall: mark with correct flag. \nMIPS was using wrong serialization fl...Korey Sewell
2009-04-18o3-delay-slot-bpred: fix decode stage handling of uncdtl. branches.\n decode ...Korey Sewell
2008-10-06fix shadow set bugs in MIPS code that caused out of bounds access...Korey Sewell
2008-09-27gcc: Add extra parens to quell warnings.Nathan Binkert
2007-11-15fix MIPS headersKorey Sewell
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-07-31Add a flag to indicate an instruction triggers a syscall in SE mode.Gabe Black
2007-06-29fix store instructions, pass fast/quick Atomic/TimingSimpleCPU regressions...Korey Sewell
2007-06-22mips import pt. 1Korey Sewell
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2007-02-13Update MIPS ISA description to work with new write result interfaceSteve Reinhardt
2007-01-25Fixed a warning that was breaking compilation.Gabe Black
2006-12-17Minor cleanup of new snippet/subst code.Steve Reinhardt
2006-07-26MIPS ISA runs 'hello world' in O3CPU ...Korey Sewell
2006-07-23This changeset gets the MIPS ISA pretty much working in the O3CPU. It builds,...Korey Sewell
2006-06-15Mips Code Cleanup:Korey Sewell
2006-06-14-luxc1 fixKorey Sewell