Age | Commit message (Expand) | Author |
---|---|---|
2010-06-02 | ARM: Implement the VLDR instruction. | 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: Implement the V7 version of alignment checking. | Gabe Black |
2010-06-02 | ARM: Implement the RFE instruction. | Gabe Black |
2010-06-02 | ARM: Explicitly keep track of the second destination for double loads/stores. | Gabe Black |
2010-06-02 | ARM: Implement the ldrex instruction. | Gabe Black |
2010-06-02 | ARM: Implemented prefetch instructions/decoding (pli, pld, pldw). | Gabe Black |
2010-06-02 | ARM: Make ldrs into the PC and ldm exception return do interworking branches. | Gabe Black |
2010-06-02 | ARM: Remove the special naming for the new memory instructions. | Gabe Black |
2010-06-02 | ARM: Pull double memory instructions out of the decoder. | Gabe Black |
2010-06-02 | ARM: Define the load instructions from outside the decoder. | Gabe Black |