Age | Commit message (Expand) | Author |
---|---|---|
2010-06-02 | ARM: Clean up the implementation of the VFP instructions. | Gabe Black |
2010-06-02 | ARM: Fix vcvtr so that it uses the rounding mode in the FPSCR. | Gabe Black |
2010-06-02 | ARM: Compensate for ARM's underflow coming from -before- rounding, but x86's ... | Gabe Black |
2010-06-02 | ARM: Implement flush to zero for destinations as well. | Gabe Black |
2010-06-02 | ARM: Fix up nans to match ARM's expected behavior. | Gabe Black |
2010-06-02 | ARM: Implement flush to zero mode for VFP, and clean up some corner cases. | Gabe Black |
2010-06-02 | ARM: Add barriers that make sure FP operations happen where they're supposed to. | Gabe Black |
2010-06-02 | ARM: Implement the floating/fixed point VCVT instructions. | Gabe Black |
2010-06-02 | ARM: Add code to extract and record VFP exceptions. | Gabe Black |
2010-06-02 | ARM: Add support for VFP vector mode. | Gabe Black |
2010-06-02 | ARM: Introduce new VFP base classes that are optionally microops. | Gabe Black |