summaryrefslogtreecommitdiff
path: root/src/arch/arm/insts/mem.cc
AgeCommit message (Expand)Author
2019-01-23arch-arm: Remove SWP and SWPB instructionsGiacomo Travaglini
2017-07-05arch, cpu: Architectural Register structural indexingNathanael Premillieu
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2014-01-24arm: Add support for ARMv8 (AArch64 & AArch32)ARM gem5 Developers
2010-06-02ARM: Make some of the trace code more compactAli Saidi
2010-06-02ARM: Move the longer MemoryReg::printoffset function in mem.hh into the cc file.Gabe Black
2010-06-02ARM: Implement the SRS instruction.Gabe Black
2010-06-02ARM: Add a base class for SRS.Gabe Black
2010-06-02ARM: Add a base class for the RFE instruction.Gabe Black
2010-06-02ARM: Explicitly keep track of the second destination for double loads/stores.Gabe Black
2010-06-02ARM: Implement the swp and swpb instructions.Gabe Black
2010-06-02ARM: Remove the special naming for the new memory instructions.Gabe Black
2010-06-02ARM: Eliminate the old memory formats which are no longer used.Gabe Black
2010-06-02ARM: Implement a new set of base classes for non macro memory instructions.Gabe Black
2009-07-08ARM: Improve memory instruction disassembly.Gabe Black
2009-06-27ARM: Write a function for printing mnemonics and predicates.Gabe Black
2009-06-21ARM: Simplify the ISA desc by pulling some classes out of it.Gabe Black