Age | Commit message (Expand) | Author |
2010-06-02 | ARM: Replace the versions of MRS and MSR in the ARM decoder with the new ones. | Gabe Black |
2010-06-02 | ARM: Implement SVC (was SWI) outside of the decoder. | Gabe Black |
2010-06-02 | ARM: Trigger system calls from the SupervisorCall invoke method. | Gabe Black |
2010-06-02 | ARM: Decode the scalar saturating add/subtract instructions. | Gabe Black |
2010-06-02 | ARM: Decode the parallel add and subtract instructions. | Gabe Black |
2010-06-02 | ARM: Decode unconditional ARM instructions. | Gabe Black |
2010-06-02 | ARM: Define the VFP load/store multiple instructions. | Gabe Black |
2010-06-02 | ARM: Hook the new multiply instructions into all the decoders. | Gabe Black |
2010-06-02 | ARM: Hook the new branch instructions into the ARM decoder. | Gabe Black |
2010-06-02 | ARM: Implement branch instructions external to the decoder. | Gabe Black |
2010-06-02 | ARM: Hook the new external data processing instructions to the ARM decoder. | Gabe Black |
2010-06-02 | ARM: Reimplement load/store multiple external to the decoder. | Gabe Black |
2010-06-02 | ARM: Eliminate decoding for the very deprecated FPA instructions. | Gabe Black |
2010-06-02 | ARM: Make the addressing mode 3 loads/stores use the externally defined instr... | Gabe Black |
2010-06-02 | ARM: Define the store instructions from outside the decoder. | Gabe Black |
2010-06-02 | ARM: Define the load instructions from outside the decoder. | Gabe Black |
2010-06-02 | ARM: Create a "decoder" directory for the files implementing the decoder. | Gabe Black |