Age | Commit message (Expand) | Author |
---|---|---|
2010-06-02 | ARM: Decode the clz instruction. | Gabe Black |
2010-06-02 | ARM: Implement the clz instruction. | Gabe Black |
2010-06-02 | ARM: Implement the rbit instruction. | Gabe Black |
2010-06-02 | ARM: Implement nop. | Gabe Black |
2010-06-02 | ARM: Implement the usad8 and usada8 instructions. | Gabe Black |
2010-06-02 | ARM: Implement the sel instruction. | Gabe Black |
2010-06-02 | ARM: Implement zero/sign extend instructions. | Gabe Black |
2010-06-02 | ARM: Generalize the saturation instruction bases for use in other instructions. | Gabe Black |
2010-06-02 | ARM: Implement the saturation instructions. | Gabe Black |
2010-06-02 | ARM: Implement the REV* instructions. | Gabe Black |
2010-06-02 | ARM: Define versions of MSR and MRS outside the decoder. | Gabe Black |
2010-06-02 | ARM: Implement SVC (was SWI) outside of the decoder. | Gabe Black |