Age | Commit message (Expand) | Author |
---|---|---|
2010-06-02 | ARM: Fix the implementation of the VFP ldm and stm macroops. | Gabe Black |
2010-06-02 | ARM: Implement the strex instructions. | Gabe Black |
2010-06-02 | ARM: Respect the E bit of the CPSR when doing loads and stores. | Gabe Black |
2010-06-02 | ARM: Make LDM that loads the PC perform an interworking branch. | Gabe Black |
2010-06-02 | ARM: Make ldrs into the PC and ldm exception return do interworking branches. | Gabe Black |
2010-06-02 | ARM: Define the VFP load/store multiple instructions. | Gabe Black |
2010-06-02 | ARM: Add floating point load/store microops. | Gabe Black |
2010-06-02 | ARM: Move the macro mem constructor out of the isa desc. | Gabe Black |
2010-06-02 | ARM: Make macroops panic if executed directly. | Gabe Black |
2010-06-02 | ARM: Reimplement load/store multiple external to the decoder. | Gabe Black |