summaryrefslogtreecommitdiffstats
path: root/test/410-floats
Commit message (Collapse)AuthorAgeFilesLines
* Implement register allocator for floating point registers.Nicolas Geoffray2014-10-211-3/+35
| | | | | | | | Also: - Fix misuses of emitting the rex prefix in the x86_64 assembler. - Fix movaps code generation in the x86_64 assembler. Change-Id: Ib6dcf6e7c4a9c43368cfc46b02ba50f69ae69cbe
* Add support for floats and doubles.Nicolas Geoffray2014-10-073-0/+109
- Follows Quick conventions. - Currently only works with baseline register allocator. Change-Id: Ie4b8e298f4f5e1cd82364da83e4344d4fc3621a3