sharmander
3332b29f01
CPU: Implement VFMA (Vector) (#1762)
* Implement VFMA.F64
* Simplify switch
* Simplify FMA Instructions into their own IntrinsicType.
* Remove whitespace
* Fix indentation
* Change tests for Vfnms -- disable inf / nan
* Move args up, not description ;)
* Implementation Complete.
All Tests Pass (Slow / Fast Path)
* Move location of function in assembler + test updates.
* Shift params upwards
* Remove unused function
* Update PTC version.
* Add comments / re-oreder opcode table.
* Remove whitespace
* Fix nit
* Fix nit.
* Fix whitespace
* Wrong opcode was used by a bad merge.
* Addressed rip's comments.
2020-12-15 00:01:52 -03:00
..
2020-12-15 00:01:52 -03:00
2020-03-18 22:44:32 +11:00
2020-12-15 00:01:52 -03:00
2020-09-19 20:00:24 -03:00
2020-12-15 00:01:52 -03:00
2020-12-07 21:04:01 -03:00
2020-10-16 17:18:35 -03:00
2020-12-02 00:23:43 +01:00
2020-12-13 12:19:38 -03:00
2020-11-15 19:27:15 +01:00
2020-12-03 20:20:02 +01:00
2020-04-21 07:59:59 +10:00